diff options
Diffstat (limited to 'util/typo.php')
-rw-r--r-- | util/typo.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/util/typo.php b/util/typo.php index e9a9be5f0..3d047d205 100644 --- a/util/typo.php +++ b/util/typo.php @@ -42,6 +42,13 @@ include_once($file); } + echo "Directory: Zotlabs/Module/Admin\n"; + $files = glob('Zotlabs/Module/Admin/*.php'); + foreach($files as $file) { + echo $file . "\n"; + include_once($file); + } + echo "Directory: include/photo\n"; $files = glob('include/photo/*.php'); |