diff options
author | friendica <info@friendica.com> | 2012-04-23 05:16:57 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-23 05:16:57 -0700 |
commit | 8f0f644295ba292ebcc44edb1d8679bfb6a1d3a6 (patch) | |
tree | f029f852dd316513b6b7054c87514f7ff971c8bb /util | |
parent | 2170df897b9dc72b87cc104520f6a67ddfbb994f (diff) | |
download | volse-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')
-rw-r--r-- | util/typo.php | 2 |
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); } } |