Initial commit

This commit is contained in:
root
2025-12-23 13:18:58 +02:00
commit 2ef7528ee9
36 changed files with 5983 additions and 0 deletions

8
public/admin/logout.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
declare(strict_types=1);
require __DIR__ . '/../../includes/bootstrap.php';
admin_logout();
header('Location: ' . url_path('/public/admin/login.php'));
exit;