added session revocation and settings menu for security measures

This commit is contained in:
2026-06-03 23:10:26 +02:00
parent ffe6d04d75
commit d80a8de559
12 changed files with 682 additions and 5 deletions

View File

@ -57,6 +57,7 @@ $routes = [
'dev' => __DIR__ . '/../handlers/dev.php',
'dev/import' => __DIR__ . '/../handlers/dev.php',
'activity-log' => __DIR__ . '/../handlers/activity_log.php',
'settings' => __DIR__ . '/../handlers/settings.php',
];
try {