From e40575ddd7df116cb1d4118a60a1c251324c8907 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 27 Aug 2010 15:30:32 +0000 Subject: [PATCH] Fixed parameter handling in redirect git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19486 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/html/index.php b/gosa-core/html/index.php index 8cb5003dc..051054365 100644 --- a/gosa-core/html/index.php +++ b/gosa-core/html/index.php @@ -378,7 +378,7 @@ if (($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['login'])) || $htacces new log("security","login","",array(),"User \"$username\" logged in successfully") ; $plist= new pluglist($config, $ui); if(isset($plug) && isset($plist->dirlist[$plug])){ - header ("Location: main.php?plug=".$plug."&global_check=1"); + header ("Location: main.php?plug=".$plug."&global_check=1"); }else{ header ("Location: main.php?global_check=1"); } -- 2.30.2