Primer subida completa

This commit is contained in:
nickpons666
2026-01-19 15:20:36 -06:00
commit 85894619d8
146 changed files with 3620 additions and 0 deletions

8
public/logout.php Executable file
View File

@@ -0,0 +1,8 @@
<?php
require_once __DIR__ . '/../src/Auth.php';
$auth = new Auth();
$auth->logout();
header('Location: /login.php');
exit;