X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Ftypo.php;h=7c275f3ca32e6629488e407e67bf5324454d05bc;hb=37bc00094ec4ebbf771e0041cf285c066fad7bfe;hp=e20cce86a5a3c68cc74ef7b7399b1d8abecaaca5;hpb=cb05801a9031254f5882038de07a3ee4d5f89dd0;p=friendica.git diff --git a/util/typo.php b/util/typo.php index e20cce86a5..7c275f3ca3 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); } }