protect jappixmini/proxy from typo check, more work on email2 connector

This commit is contained in:
friendica 2012-04-23 05:16:57 -07:00
parent 2170df897b
commit 8f0f644295
2 changed files with 51 additions and 1 deletions

View 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);
}
}