6 lines
118 B
PHP
6 lines
118 B
PHP
<?php
|
|
require_once __DIR__ . '/../inc/functions.php';
|
|
session_destroy();
|
|
header('Location: /public/index.php');
|
|
exit;
|