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:
authorThomas Müller <thomas.mueller@tmit.eu>2014-08-14 12:48:42 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-08-15 01:20:50 +0400
commite3cf107e1df326cad4b31c1a103da9a593d79444 (patch)
treeb75dc177006d7fa1dc67b7073ea9ee98b6bd2558 /lib/private/installer.php
parent4c6c22c4e3c5dd6dbb524548ce8b1e97fc7bcc7f (diff)
in order to prevent false-positives on the code checker - exec and eval will not longer be grepped for
Diffstat (limited to 'lib/private/installer.php')
-rw-r--r--lib/private/installer.php4
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::',