5 lines
99 B
PHP
5 lines
99 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
require_once __DIR__ . '/includes/auth_helper.php';
|
|
Auth::logout();
|