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 11ad5af commit 7b72d5fCopy full SHA for 7b72d5f
web/inc/secure_login.php
@@ -1,10 +1,4 @@
1
<?php
2
-if (file_exists('/usr/local/hestia/web/inc/nginx_proxy')==true) {
3
- if (isset($_SERVER['REQUEST_URI']) && $_SERVER['REQUEST_URI']=="/") {
4
- header("Location: /webmail/");
5
- exit;
6
- }
7
-}
8
9
$login_url_skip=0;
10
if ($_SERVER['SCRIPT_FILENAME']=='/usr/local/hestia/web/reset/mail/index.php') $login_url_skip=1;
0 commit comments