This commit is contained in:
fpicone
2025-12-06 18:42:49 +01:00
parent 30e1f9b36b
commit 61a177475a
11 changed files with 911 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
require_once 'config.php';
require_once 'functions.php';
logActivity('logout', 'Uscita dal sistema', 'auth', null);
logout();
header('Location: login.php');
exit;