remove session check and redirect from QR scanner page

This commit is contained in:
vista-man
2025-04-03 12:27:36 +02:00
parent 90eaeca54d
commit a3c94bfe48

View File

@@ -1,11 +1,3 @@
<!-- filepath: c:\xampp\htdocs\Spik-en-span\qr-scanner.php -->
<?php
session_start();
if (!isset($_SESSION['user_id'])) {
header("Location: employee-login.html");
exit();
}
?>
<!DOCTYPE html>
<html lang="en">
<head>