From 16224e5e8b12b6a1a2ab3e648e889e874dab3592 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Fri, 18 May 2012 18:22:37 +0200 Subject: [PATCH] =?UTF-8?q?"fopen("=20=20interferes=20with=20our=20own=20c?= =?UTF-8?q?lasses.=20remove=20it=20for=20now=20and=20let=C2=B4s=20fix=20th?= =?UTF-8?q?is=20later?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/installer.php b/lib/installer.php index bdbff3673b..6417ed1c7a 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