summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1aad931)
raw | patch | inline | side by side (parent: 1aad931)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Apr 2010 12:12:49 +0000 (12:12 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 29 Apr 2010 12:12:49 +0000 (12:12 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17934 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/logout.php | patch | blob | history |
index 787a021ba0d0679dbf622fbc083a76711fbe6616..d9d0d4b3fda40cd55044ce79968f593ba009b55b 100644 (file)
/* 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;
}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;