mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Update secure_login.php
This commit is contained in:
parent
aec12a5119
commit
181a99d5d7
1 changed files with 0 additions and 6 deletions
|
@ -1,10 +1,4 @@
|
|||
<?php
|
||||
if (file_exists('/usr/local/vesta/web/inc/nginx_proxy')==true) {
|
||||
if (isset($_SERVER['REQUEST_URI']) && $_SERVER['REQUEST_URI']=="/") {
|
||||
header("Location: /webmail/");
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
$login_url_skip=0;
|
||||
if ($_SERVER['SCRIPT_FILENAME']=='/usr/local/vesta/web/reset/mail/index.php') $login_url_skip=1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue