Update util/typo.php to check in to 'object' folder
This commit is contained in:
parent
40f2ec189e
commit
eda96a82d7
|
@ -26,6 +26,13 @@
|
||||||
include_once($file);
|
include_once($file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
echo "Directory: object\n";
|
||||||
|
$files = glob('object/*.php');
|
||||||
|
foreach($files as $file) {
|
||||||
|
echo $file . "\n";
|
||||||
|
include_once($file);
|
||||||
|
}
|
||||||
|
|
||||||
echo "Directory: addon\n";
|
echo "Directory: addon\n";
|
||||||
$dirs = glob('addon/*');
|
$dirs = glob('addon/*');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue