summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2ee0192)
raw | patch | inline | side by side (parent: 2ee0192)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 7 Aug 2006 06:34:27 +0000 (06:34 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 7 Aug 2006 06:34:27 +0000 (06:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4407 594d385d-05f5-0310-b6e9-bd551577e9d8
html/index.php | patch | blob | history |
diff --git a/html/index.php b/html/index.php
index 16e0c94beed5f4894395637e31082c630b3286d4..0fcd72b632de0294c1b3515e803bfb66abb8ff35 100644 (file)
--- a/html/index.php
+++ b/html/index.php
$smarty->assign("php_errors", "");
}
- $smarty->display (get_template_path('headers.tpl'));
+ $smarty->display(get_template_path('headers.tpl'));
$smarty->display(get_template_path('login.tpl'));
exit();
}
$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']);