From dbb4ccbcc02325c79c1b660d4d636f8638e35e06 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 5 Sep 2016 21:00:00 -0700 Subject: move the rest of mod_admin to sub modules --- util/typo.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'util') 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'); -- cgit v1.2.3