From 72e83f69bc3afe3646b423a19f11c99d03e3b66a Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 25 Apr 2013 20:01:24 -0700 Subject: photo driver abstraction --- util/typo.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'util') diff --git a/util/typo.php b/util/typo.php index 427b97efa..6c846696d 100644 --- a/util/typo.php +++ b/util/typo.php @@ -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) { -- cgit v1.2.3