mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Temporary fix for redirect to webmail
This commit is contained in:
parent
41110bf27d
commit
b45c554d77
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
|||
<?php
|
||||
if ($_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;
|
||||
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