make typo.php descend into include/RedDAV

This commit is contained in:
friendica 2015-01-18 19:28:32 -08:00
parent 21da3443f3
commit 2372d9b42a

View File

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