Debug module builder

This commit is contained in:
Laurent Destailleur
2017-07-08 16:52:10 +02:00
parent 8db4e91888
commit cf6745b1ae
7 changed files with 243 additions and 146 deletions

View File

@@ -262,6 +262,8 @@ class Interfaces
{
if (is_readable($newdir.'/'.$file) && preg_match('/^interface_([0-9]+)_([^_]+)_(.+)\.class\.php/',$file,$reg))
{
if (preg_match('/\.back$/',$file)) continue;
$part1=$reg[1];
$part2=$reg[2];
$part3=$reg[3];