Skip to content

Commit a260e0c

Browse files
authored
Changing redirect location
1 parent 318f9da commit a260e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/inc/secure_login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require_once('/usr/local/vesta/web/inc/login_url.php');
33
if (isset($_GET[$login_url])) {
44
setcookie($login_url, '1', time() + 31536000, '/', $_SERVER['HTTP_HOST'], true);
5-
header ("Location: /");
5+
header ("Location: /login/");
66
exit;
77
}
88
if (!isset($_COOKIE[$login_url])) exit;

0 commit comments

Comments
 (0)