шаг 5 завершен
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user