6 lines
105 B
PHP
6 lines
105 B
PHP
<?php
|
|
require_once __DIR__ . '/config.php';
|
|
session_destroy();
|
|
header('Location: index.php');
|
|
exit;
|