шаг 5 завершен

This commit is contained in:
Alisa
2026-06-04 19:19:35 +03:00
parent 238831ad3a
commit 6216c1ee4f
34 changed files with 1859 additions and 36 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
use App\Core\Auth;
require_once dirname(__DIR__, 2) . '/app/bootstrap.php';
Auth::logout();
header('Location: /admin/login.php');
exit;