aboutsummaryrefslogtreecommitdiffstats
path: root/util/typo.php
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-09-05 21:00:00 -0700
committerredmatrix <mike@macgirvin.com>2016-09-05 21:00:00 -0700
commitdbb4ccbcc02325c79c1b660d4d636f8638e35e06 (patch)
tree05b84d7c9fcbe0b575c6a560e1ed165aca42aee8 /util/typo.php
parented213c4d6da06e39fa4177030044395ae22783ac (diff)
downloadvolse-hubzilla-dbb4ccbcc02325c79c1b660d4d636f8638e35e06.tar.gz
volse-hubzilla-dbb4ccbcc02325c79c1b660d4d636f8638e35e06.tar.bz2
volse-hubzilla-dbb4ccbcc02325c79c1b660d4d636f8638e35e06.zip
move the rest of mod_admin to sub modules
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 e9a9be5f0..3d047d205 100644
--- a/util/typo.php
+++ b/util/typo.php
@@ -42,6 +42,13 @@
include_once($file);
}
+ echo "Directory: Zotlabs/Module/Admin\n";
+ $files = glob('Zotlabs/Module/Admin/*.php');
+ foreach($files as $file) {
+ echo $file . "\n";
+ include_once($file);
+ }
+
echo "Directory: include/photo\n";
$files = glob('include/photo/*.php');