diff --git a/employee-login.html b/employee-login.html index f71df4d..1c8bf8f 100644 --- a/employee-login.html +++ b/employee-login.html @@ -35,7 +35,7 @@ if (username === 'admin' && password === 'password') { alert('Succesvol ingelogd!'); - window.location.href = 'qr-scanner.html'; + window.location.href = 'qr-scanner.php'; } else { alert('Ongeldige inloggegevens.'); } diff --git a/index.html b/index.html index 0476283..983932c 100644 --- a/index.html +++ b/index.html @@ -40,5 +40,6 @@ + \ No newline at end of file diff --git a/qr-scanner.php b/qr-scanner.php index 8cf8c2d..de6ecff 100644 --- a/qr-scanner.php +++ b/qr-scanner.php @@ -13,12 +13,59 @@ if (!isset($_SESSION['user_id'])) { QR Scanner +

QR Code Scanner

-

This page is under construction.

- Logout +
+
+ Logout
+ + \ No newline at end of file