]> git.mxchange.org Git - friendica.git/blobdiff - util/typo.php
y didn't i think of this b4?
[friendica.git] / util / typo.php
index e20cce86a5a3c68cc74ef7b7399b1d8abecaaca5..7c275f3ca32e6629488e407e67bf5324454d05bc 100644 (file)
@@ -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);
                }
        }