From 4c735a25e9dd720de79e220b99c914214adcffad Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 31 Jul 2006 11:49:41 +0000 Subject: [PATCH] Avoid double header printing git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4350 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/index.php b/html/index.php index 0e24c6709..f313a6535 100644 --- a/html/index.php +++ b/html/index.php @@ -359,7 +359,6 @@ $smarty->assign ("server_options", $servers); $smarty->assign ("server_id", $selected); /* show login screen */ -$smarty->display (get_template_path('headers.tpl')); $smarty->assign ("PHPSESSID", session_id()); if (isset($_SESSION['errors'])){ $smarty->assign("errors", $_SESSION['errors']); -- 2.30.2