This commit is contained in:
Ty Clifford
2026-06-16 16:31:08 -04:00
parent 46a679cf1d
commit 6486483d88
16 changed files with 2712 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
require_once __DIR__ . '/auth.php';
admin_logout();
header('Location: login.php');
exit;