summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 13bd4f4)
raw | patch | inline | side by side (parent: 13bd4f4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 27 Aug 2010 15:30:32 +0000 (15:30 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 27 Aug 2010 15:30:32 +0000 (15:30 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@19486 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/index.php | patch | blob | history |
index 8cb5003dc85b21f8ecb318c5955d941e2247c55d..0510543652829fd9b0cfe308e7a854408df569a6 100644 (file)
--- 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");
}