diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-06 19:16:38 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-06 19:16:38 -0800 |
commit | 4ccd9ae6da2f4fbed45af80a11b53c8b4efd9ceb (patch) | |
tree | aec9c03787e0117554f71b4fe86ab26dda71f026 /util | |
parent | 3f920da4137ecb91b3aeb2683f2e2b59b4d088cc (diff) | |
download | volse-hubzilla-4ccd9ae6da2f4fbed45af80a11b53c8b4efd9ceb.tar.gz volse-hubzilla-4ccd9ae6da2f4fbed45af80a11b53c8b4efd9ceb.tar.bz2 volse-hubzilla-4ccd9ae6da2f4fbed45af80a11b53c8b4efd9ceb.zip |
start of v4
Diffstat (limited to 'util')
-rw-r--r-- | util/typo.php | 7 |
1 files changed, 7 insertions, 0 deletions
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'); |