7 lines
100 B
PHP
7 lines
100 B
PHP
<?php
|
|
require_once __DIR__ . '/_auth.php';
|
|
session_destroy();
|
|
header('Location: login.php');
|
|
exit;
|
|
|