chore: Add new line at the end of auth.php, login.php, and logout.php for consistency
This commit is contained in:
@@ -284,3 +284,4 @@ $logoutMessage = isset($_GET['logout']) ? 'U bent succesvol en veilig uitgelogd.
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -7,3 +7,4 @@ require_once __DIR__ . '/auth.php';
|
||||
logout();
|
||||
header('Location: login.php?logout=1');
|
||||
exit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user