Adding passwords and versionning

This commit is contained in:
2026-03-11 10:43:23 -04:00
parent 20ed0eeadb
commit e0fe0c4d34
10 changed files with 341 additions and 6 deletions

5
logout.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
require_once __DIR__ . '/includes/auth.php';
logout();
header('Location: login.php');
exit;