start of v4

This commit is contained in:
redmatrix
2015-12-06 19:16:38 -08:00
parent 3f920da413
commit 4ccd9ae6da
8 changed files with 606 additions and 1 deletions

View File

@@ -33,6 +33,13 @@
include_once($file);
}
echo "Directory: Zotlabs\n";
$files = glob('Zotlabs/*/*.php');
foreach($files as $file) {
echo $file . "\n";
include_once($file);
}
echo "Directory: include/photo\n";
$files = glob('include/photo/*.php');