]> source.dussan.org Git - nextcloud-server.git/commitdiff
"fopen(" interferes with our own classes.
authorFrank Karlitschek <frank@owncloud.org>
Fri, 18 May 2012 16:22:37 +0000 (18:22 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Fri, 18 May 2012 16:22:37 +0000 (18:22 +0200)
remove it for now and let´s fix this later

lib/installer.php

index bdbff3673bd6fa8c8a634acfdc1f76c3b66300d6..6417ed1c7a8cd46325a3e0862da8a97620f98923 100644 (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