native wiki stuff

This commit is contained in:
zotlabs
2017-01-17 17:41:19 -08:00
parent 335d9af8dc
commit b6595a44d1
4 changed files with 39 additions and 17 deletions

View File

@@ -38,8 +38,10 @@
echo "Directory: Zotlabs\n";
$files = glob('Zotlabs/*/*.php');
foreach($files as $file) {
echo $file . "\n";
include_once($file);
if(strpos($file,'SiteModule') === false) {
echo $file . "\n";
include_once($file);
}
}
echo "Directory: Zotlabs/Module (sub-modules)\n";