From 1eab12fbdabbcd8bd5451ee79171171d5ad093b8 Mon Sep 17 00:00:00 2001 From: jengo Date: Sat, 25 Nov 2000 21:31:26 +0000 Subject: [PATCH] Fixed permissions where not being checked properly --- index.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/index.php b/index.php index 03331e23b2..c7e4f37fba 100755 --- a/index.php +++ b/index.php @@ -85,14 +85,6 @@ Open notify window'; - - if(isset($code) && $code){ - switch($code){ - case "5": - echo lang("You do not have permissions to that application"); - break; - } - } if ($phpgw_info["user"]["apps"]["stocks"] && $phpgw_info["user"]["preferences"]["stocks"]["enabled"]) { include($phpgw_info["server"]["server_root"] . "/stocks/inc/functions.inc.php");