mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Update legacy client login links to use the new unified login method
This commit is contained in:
@@ -12,7 +12,7 @@ require_once '../includes/load_global_settings.php';
|
||||
|
||||
|
||||
if (empty($config_smtp_host)) {
|
||||
header("Location: login.php");
|
||||
header("Location: /login.php");
|
||||
exit();
|
||||
}
|
||||
|
||||
@@ -157,7 +157,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") {
|
||||
|
||||
// Redirect to login page
|
||||
$_SESSION['login_message'] = "Password reset successfully!";
|
||||
header("Location: login.php");
|
||||
header("Location: /login.php");
|
||||
exit();
|
||||
|
||||
} else {
|
||||
@@ -275,7 +275,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") {
|
||||
?>
|
||||
</p>
|
||||
|
||||
<a href="login.php">Back to login</a>
|
||||
<a href="/login.php">Back to login</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user