From 3351013061ab73fef080df32ba7ff931a705e311 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 29 Apr 2010 12:12:49 +0000 Subject: [PATCH] Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17934 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/logout.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-core/html/logout.php b/gosa-core/html/logout.php index 787a021ba..d9d0d4b3f 100644 --- a/gosa-core/html/logout.php +++ b/gosa-core/html/logout.php @@ -82,7 +82,7 @@ if (isset($_POST['forcedlogout']) || isset($_GET['forcedlogout'])){ /* Else notice that the user has to close the browser... */ $smarty->assign("iePngWorkaround", FALSE); - $smarty->assign("usePrototype", "false"); + $smarty->display (get_template_path('headers.tpl')); $smarty->display (get_template_path('logout-close.tpl')); exit; @@ -93,7 +93,7 @@ if (isset($_POST['forcedlogout']) || isset($_GET['forcedlogout'])){ }else{ // The logout wasn't forced, so the session is invalid - $smarty->assign("usePrototype", "false"); + $smarty->display (get_template_path('headers.tpl')); $smarty->display (get_template_path('logout.tpl')); exit; -- 2.30.2