We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45c554 commit 1d7119dCopy full SHA for 1d7119d
web/inc/secure_login.php
@@ -1,5 +1,5 @@
1
<?php
2
-if ($_SERVER['REQUEST_URI']=="/") {
+if (isset($_SERVER['REQUEST_URI']) && $_SERVER['REQUEST_URI']=="/") {
3
header("Location: /webmail/");
4
exit;
5
}
0 commit comments