4 lines
87 B
PHP
4 lines
87 B
PHP
<?php
|
|
require_once __DIR__ . "/functions.php";
|
|
logout();
|
|
header("Location: index.php"); |