Skip to content

Commit 7b72d5f

Browse files
author
Kristan Kenney
committed
Remove legacy webmail alias check from secure_login.php
1 parent 11ad5af commit 7b72d5f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

web/inc/secure_login.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
<?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-
}
82

93
$login_url_skip=0;
104
if ($_SERVER['SCRIPT_FILENAME']=='/usr/local/hestia/web/reset/mail/index.php') $login_url_skip=1;

0 commit comments

Comments
 (0)