aboutsummaryrefslogtreecommitdiffstats
path: root/util/typo.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-23 05:16:57 -0700
committerfriendica <info@friendica.com>2012-04-23 05:16:57 -0700
commit8f0f644295ba292ebcc44edb1d8679bfb6a1d3a6 (patch)
treef029f852dd316513b6b7054c87514f7ff971c8bb /util/typo.php
parent2170df897b9dc72b87cc104520f6a67ddfbb994f (diff)
downloadvolse-hubzilla-8f0f644295ba292ebcc44edb1d8679bfb6a1d3a6.tar.gz
volse-hubzilla-8f0f644295ba292ebcc44edb1d8679bfb6a1d3a6.tar.bz2
volse-hubzilla-8f0f644295ba292ebcc44edb1d8679bfb6a1d3a6.zip
protect jappixmini/proxy from typo check, more work on email2 connector
Diffstat (limited to 'util/typo.php')
-rw-r--r--util/typo.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/typo.php b/util/typo.php
index e20cce86a..7c275f3ca 100644
--- a/util/typo.php
+++ b/util/typo.php
@@ -33,6 +33,8 @@
$files = glob($dir . '/*.php');
foreach($files as $file) {
echo $file . "\n";
+ if(stristr($file,'jappixmini/proxy.php'))
+ continue;
include_once($file);
}
}