This commit is contained in:
2025-11-02 14:51:56 +01:00
parent f2b78086dd
commit 7e550de5f0
4 changed files with 28 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
<?php
require '../include/authenticator.php';
require '../include/auth.php';
$_SESSION = [];
@@ -14,4 +14,5 @@ if (!function_exists('logout_user')) {
}
header('Location: ../index.php');
exit;
exit;
?>