diff options
author | Clark Tomlinson <fallen013@gmail.com> | 2014-08-14 09:35:20 -0400 |
---|---|---|
committer | Clark Tomlinson <fallen013@gmail.com> | 2014-08-14 09:35:20 -0400 |
commit | 4502eaf9f883da69d08cd4653ab413d41ff6290a (patch) | |
tree | 62fe3e71d80be682b160529a167b42c87696709f | |
parent | a4b416f115d551b8b1c6a5953ef87bb728697f33 (diff) | |
parent | a4932dc5e254675244b0eaebe90a74af1c957e3a (diff) | |
download | nextcloud-server-4502eaf9f883da69d08cd4653ab413d41ff6290a.tar.gz nextcloud-server-4502eaf9f883da69d08cd4653ab413d41ff6290a.zip |
Merge pull request #10414 from owncloud/relax-code-checker
in order to prevent false-positives on the code checker - exec and eval ...
-rw-r--r-- | lib/private/installer.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/private/installer.php b/lib/private/installer.php index c5a09349629..dc9a3558b75 100644 --- a/lib/private/installer.php +++ b/lib/private/installer.php @@ -532,10 +532,6 @@ class OC_Installer{ */ public static function checkCode($appname, $folder) { $blacklist=array( - 'exec(', - 'eval(', - // more evil pattern will go here later - // classes replaced by the public api 'OC_API::', 'OC_App::', |