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 41110bf commit b45c554Copy full SHA for b45c554
web/inc/secure_login.php
@@ -1,4 +1,9 @@
1
<?php
2
+if ($_SERVER['REQUEST_URI']=="/") {
3
+ header("Location: /webmail/");
4
+ exit;
5
+}
6
+
7
$login_url_skip=0;
8
if ($_SERVER['SCRIPT_FILENAME']=='/usr/local/vesta/web/reset/mail/index.php') $login_url_skip=1;
9
if ($_SERVER['SCRIPT_FILENAME']=='/usr/local/vesta/web//reset/mail/index.php') $login_url_skip=1;
0 commit comments