Update util/typo.php to check in to 'object' folder
This commit is contained in:
parent
40f2ec189e
commit
eda96a82d7
|
@ -25,6 +25,13 @@
|
|||
echo $file . "\n";
|
||||
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";
|
||||
$dirs = glob('addon/*');
|
||||
|
|
Loading…
Reference in a new issue