diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-18 18:22:37 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-18 18:22:37 +0200 |
commit | 16224e5e8b12b6a1a2ab3e648e889e874dab3592 (patch) | |
tree | 7d1dcc4a189e17369aa49acf87f1f80454ceda19 /lib/installer.php | |
parent | 9e735241689a9ba6a7810f4873fe2bba548e4cc3 (diff) | |
download | nextcloud-server-16224e5e8b12b6a1a2ab3e648e889e874dab3592.tar.gz nextcloud-server-16224e5e8b12b6a1a2ab3e648e889e874dab3592.zip |
"fopen(" interferes with our own classes.
remove it for now and let´s fix this later
Diffstat (limited to 'lib/installer.php')
-rw-r--r-- | lib/installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |