photo driver abstraction

This commit is contained in:
friendica
2013-04-25 20:01:24 -07:00
parent d3b5e67890
commit 72e83f69bc
15 changed files with 461 additions and 496 deletions

View File

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