Code

Updated elements
[gosa.git] / gosa-core / html / logout.php
index a29726d59babb7ad83e91a7c6978333066f6f633..f4c2c3d4d62e250687e4f8c57d4f1c47246a5e45 100644 (file)
@@ -71,7 +71,7 @@ if (isset($config)){
 }
     
 /* If GET request is posted, the logout was forced by pressing the link */
-if (isset($_GET['request'])){
+if (isset($_POST['forcedlogout'])){
   
   /* destroy old session */
   session::destroy ();