From: Frank Karlitschek Date: Fri, 18 May 2012 16:22:37 +0000 (+0200) Subject: "fopen(" interferes with our own classes. X-Git-Tag: v4.0.0RC2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=16224e5e8b12b6a1a2ab3e648e889e874dab3592;p=nextcloud-server.git "fopen(" interferes with our own classes. remove it for now and let´s fix this later --- diff --git a/lib/installer.php b/lib/installer.php index bdbff3673bd..6417ed1c7a8 100644 --- a/lib/installer.php +++ b/lib/installer.php @@ -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