Update legacy client login links to use the new unified login method

This commit is contained in:
johnnyq
2025-12-10 12:21:12 -05:00
parent 8b5f2e0f3f
commit 871ad2ea7e
6 changed files with 14 additions and 248 deletions

View File

@@ -320,7 +320,7 @@ if (isset($_GET['logout'])) {
session_unset();
session_destroy();
redirect('login.php');
redirect('/login.php');
}