move the rest of mod_admin to sub modules

This commit is contained in:
redmatrix
2016-09-05 21:00:00 -07:00
parent ed213c4d6d
commit dbb4ccbcc0
11 changed files with 1400 additions and 1342 deletions

View File

@@ -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');