From fad3bd7fc0c094bd16e07708557cd1a7676889cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Thu, 5 Jun 2014 16:32:46 +0200
Subject: [PATCH] reenable checkCode()

---
 lib/private/installer.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/private/installer.php b/lib/private/installer.php
index 06677115c8..c0fc5304d4 100644
--- a/lib/private/installer.php
+++ b/lib/private/installer.php
@@ -514,7 +514,6 @@ class OC_Installer{
 	 * @return boolean true for app is o.k. and false for app is not o.k.
 	 */
 	public static function checkCode($appname, $folder) {
-		return true;
 		$blacklist=array(
 			'exec(',
 			'eval(',
-- 
GitLab