7 lines
95 B
PHP
7 lines
95 B
PHP
<?php
|
|
require_once __DIR__ . '/auth.php';
|
|
adminLogout();
|
|
header('Location: login.php');
|
|
exit;
|
|
|