Dev #2

Merged
NiekRabelink merged 2 commits from dev into main 2026-09-07 11:32:35 +00:00
3 changed files with 3 additions and 0 deletions
Showing only changes of commit 6b827ac1db - Show all commits
+1
View File
@@ -88,3 +88,4 @@ function logout() {
} }
@session_destroy(); @session_destroy();
} }
+1
View File
@@ -284,3 +284,4 @@ $logoutMessage = isset($_GET['logout']) ? 'U bent succesvol en veilig uitgelogd.
</script> </script>
</body> </body>
</html> </html>
+1
View File
@@ -7,3 +7,4 @@ require_once __DIR__ . '/auth.php';
logout(); logout();
header('Location: login.php?logout=1'); header('Location: login.php?logout=1');
exit; exit;