mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 03:06:41 +01:00
Fix redirect URL in process_login.php, update login form submission handling, and enhance QR scanner UI
This commit is contained in:
@@ -35,7 +35,7 @@ try {
|
||||
// Start session and store user ID
|
||||
session_start();
|
||||
$_SESSION['user_id'] = $user_id;
|
||||
header("Location: ../qr/qr.html"); // Redirect to the QR scanner page
|
||||
header("Location: "); // Redirect to the QR scanner page
|
||||
exit();
|
||||
} else {
|
||||
// Redirect back to login page with an error message
|
||||
|
||||
Reference in New Issue
Block a user