mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
protect jappixmini/proxy from typo check, more work on email2 connector
This commit is contained in:
parent
2170df897b
commit
8f0f644295
2 changed files with 51 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue