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 318f9da commit a260e0cCopy full SHA for a260e0c
web/inc/secure_login.php
@@ -2,7 +2,7 @@
2
require_once('/usr/local/vesta/web/inc/login_url.php');
3
if (isset($_GET[$login_url])) {
4
setcookie($login_url, '1', time() + 31536000, '/', $_SERVER['HTTP_HOST'], true);
5
- header ("Location: /");
+ header ("Location: /login/");
6
exit;
7
}
8
if (!isset($_COOKIE[$login_url])) exit;
0 commit comments