aboutsummaryrefslogtreecommitdiffstats
path: root/util/typo.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-13 15:39:48 -0800
committerfriendica <info@friendica.com>2013-02-13 15:40:24 -0800
commitb2724f2ffd9bc6b0ed32f02a5baba1cd7a1db53a (patch)
tree5af17ce3ce4f76eee38a685417bd7a30cbd759ea /util/typo.php
parentb19764c9a1842cc366ffb641984395210e92c2b1 (diff)
downloadvolse-hubzilla-b2724f2ffd9bc6b0ed32f02a5baba1cd7a1db53a.tar.gz
volse-hubzilla-b2724f2ffd9bc6b0ed32f02a5baba1cd7a1db53a.tar.bz2
volse-hubzilla-b2724f2ffd9bc6b0ed32f02a5baba1cd7a1db53a.zip
bring mod_common into the modern age
Diffstat (limited to 'util/typo.php')
-rw-r--r--util/typo.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/typo.php b/util/typo.php
index bb2fc67c9..c4d038ce8 100644
--- a/util/typo.php
+++ b/util/typo.php
@@ -12,15 +12,15 @@
$a = new App();
- echo "Directory: mod\n";
- $files = glob('mod/*.php');
+ echo "Directory: include\n";
+ $files = glob('include/*.php');
foreach($files as $file) {
echo $file . "\n";
include_once($file);
}
- echo "Directory: include\n";
- $files = glob('include/*.php');
+ echo "Directory: mod\n";
+ $files = glob('mod/*.php');
foreach($files as $file) {
echo $file . "\n";
include_once($file);