7 lines
118 B
PHP
7 lines
118 B
PHP
<?php
|
|
require __DIR__ . '/includes/auth.php';
|
|
$_SESSION = [];
|
|
session_destroy();
|
|
header('Location: index.php');
|
|
exit;
|