From: cajus Date: Tue, 9 May 2006 12:34:53 +0000 (+0000) Subject: Fixed logout problem. Every time you log out, you were going to get into the session... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ff232c758489cc329ba2cac686d4f1b18ed9dc1e;p=gosa.git Fixed logout problem. Every time you log out, you were going to get into the session expired message. There was the logout parameter missing for the java script. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3235 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/main.php b/html/main.php index 2ae93bc3c..160017b6b 100644 --- a/html/main.php +++ b/html/main.php @@ -47,10 +47,6 @@ ini_set("session.gc_maxlifetime",24*60*60); /* Remember everything we did after the last click */ session_start (); -if(ini_get("session.gc_maxlifetime")){ - -} - if ($_SERVER["REQUEST_METHOD"] == "POST"){ @DEBUG (DEBUG_POST, __LINE__, __FUNCTION__, __FILE__, $_POST, "_POST"); } diff --git a/ihtml/themes/default/framework.tpl b/ihtml/themes/default/framework.tpl index 34f578319..5fdfa2a9d 100644 --- a/ihtml/themes/default/framework.tpl +++ b/ihtml/themes/default/framework.tpl @@ -21,7 +21,7 @@ - + Sign out {t}Sign out{/t}