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 @@