"fopen(" interferes with our own classes.

remove it for now and let´s fix this later
This commit is contained in:
Frank Karlitschek 2012-05-18 18:22:37 +02:00
parent 9e73524168
commit 16224e5e8b
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ class OC_Installer{
public static function checkCode($appname,$folder){
$blacklist=array(
'fopen(',
'exec(',
'eval('
// more evil pattern will go here later
// will will also check if an app is using private api once the public api is in place