Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-18 20:22:37 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-05-18 20:22:37 +0400
commit16224e5e8b12b6a1a2ab3e648e889e874dab3592 (patch)
tree7d1dcc4a189e17369aa49acf87f1f80454ceda19 /lib/installer.php
parent9e735241689a9ba6a7810f4873fe2bba548e4cc3 (diff)
"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.php2
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