mirror of
https://github.com/myvesta/vesta
synced 2025-07-10 07:13:17 -07:00
Check secure login on index
This commit is contained in:
parent
2404294185
commit
82dcba51a0
1 changed files with 6 additions and 0 deletions
|
@ -6,4 +6,10 @@
|
||||||
//} else {
|
//} else {
|
||||||
// header("Location: /login/");
|
// header("Location: /login/");
|
||||||
//}
|
//}
|
||||||
|
|
||||||
|
require_once('/usr/local/vesta/web/inc/login_url.php');
|
||||||
|
if (isset($_GET[$login_url])) {
|
||||||
|
require_once('/usr/local/vesta/web/inc/secure_login.php');
|
||||||
|
}
|
||||||
|
|
||||||
header("Location: /webmail/");
|
header("Location: /webmail/");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue