diff --git a/etc/inc/authgui.inc b/etc/inc/authgui.inc
index 70ccfd4b9f..0999452c5b 100644
--- a/etc/inc/authgui.inc
+++ b/etc/inc/authgui.inc
@@ -225,16 +225,6 @@ if ($local_ip == false) {
}
}
}
-setcookie(
- "cookie_test",
- 'cookie_test',
- time() + 3600,
- '/',
- NULL,
- ($config['system']['webgui']['protocol'] == "https"),
- true
-);
-$have_cookies = isset($_COOKIE["cookie_test"]);
?>
@@ -304,13 +294,11 @@ $have_cookies = isset($_COOKIE["cookie_test"]);
=gettext("Enter username and password to login."); ?>
-
-
-
+
-
-
" tabindex="3" /> @@ -318,6 +306,19 @@ $have_cookies = isset($_COOKIE["cookie_test"]);
+