diff options
Diffstat (limited to 'util/typo.php')
-rw-r--r--[-rwxr-xr-x] | util/typo.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/typo.php b/util/typo.php index e20cce86a..7c275f3ca 100755..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); } } |