]> source.dussan.org Git - nextcloud-server.git/commitdiff
in order to prevent false-positives on the code checker - exec and eval will not...
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 14 Aug 2014 08:48:42 +0000 (10:48 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 14 Aug 2014 08:48:42 +0000 (10:48 +0200)
lib/private/installer.php

index c5a09349629d7d7394b74a613f7e251b17ad0406..dc9a3558b75fa9439a9e0bdcc93a0042107f4509 100644 (file)
@@ -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::',