summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e7ec957)
raw | patch | inline | side by side (parent: e7ec957)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 May 2010 09:55:02 +0000 (09:55 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 25 May 2010 09:55:02 +0000 (09:55 +0000) |
-In some cases this variable wasn't set.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18682 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18682 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/index.php | patch | blob | history |
index 3ce811e3303898a6580dd01b72a07ae63283262c..06fb9d3b7722da008eca5d9f83f16d6efb33892f 100644 (file)
--- a/gosa-core/html/index.php
+++ b/gosa-core/html/index.php
textdomain($domain);
$smarty->assign ('nextfield', 'username');
+/* Translation of cookie-warning. Whether to display it, is determined by JavaScript */
+$smarty->assign ("cookies", _("Your browser has cookies disabled: please enable cookies and reload this page before logging in!"));
+
if ($_SERVER["REQUEST_METHOD"] != "POST") {
@DEBUG (DEBUG_TRACE, __LINE__, __FUNCTION__, __FILE__, $lang, "Setting language to");
}
$smarty->assign ("message", $message);
-/* Translation of cookie-warning. Whether to display it, is determined by JavaScript */
-$smarty->assign ("cookies", _("Your browser has cookies disabled: please enable cookies and reload this page before logging in!"));
-
/* Generate server list */
$servers= array();
if (isset($_POST['server'])) {