aboutsummaryrefslogtreecommitdiffstats
path: root/util/typo.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-06 20:50:02 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-12-06 20:50:02 -0800
commit53627c89a716fcd9bac535169710e65b229e96a5 (patch)
tree938fe27caf3f04549fcf1ee9dea2e70c26c0db5b /util/typo.php
parentc8c9916b5977e3ae8db4762209ca4bf99a3058ee (diff)
parentf7f0d2b265b764e1a7bb032473108ca2cfaeb4a5 (diff)
downloadvolse-hubzilla-53627c89a716fcd9bac535169710e65b229e96a5.tar.gz
volse-hubzilla-53627c89a716fcd9bac535169710e65b229e96a5.tar.bz2
volse-hubzilla-53627c89a716fcd9bac535169710e65b229e96a5.zip
Merge branch 'dev'
Diffstat (limited to 'util/typo.php')
-rw-r--r--util/typo.php7
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');