From 4ccd9ae6da2f4fbed45af80a11b53c8b4efd9ceb Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 6 Dec 2015 19:16:38 -0800 Subject: start of v4 --- util/typo.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'util/typo.php') diff --git a/util/typo.php b/util/typo.php index 4e51cd37c..2e25c8306 100644 --- a/util/typo.php +++ b/util/typo.php @@ -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'); -- cgit v1.2.3