From 2372d9b42a04ddc2e46eec101385b3fce48ade55 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 18 Jan 2015 19:28:32 -0800 Subject: make typo.php descend into include/RedDAV --- util/typo.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'util') diff --git a/util/typo.php b/util/typo.php index 6c846696d..9edb7e78a 100644 --- a/util/typo.php +++ b/util/typo.php @@ -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) { -- cgit v1.2.3