mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-19 16:23:01 +05:30
9 lines
138 B
PHP
9 lines
138 B
PHP
<?php
|
|
session_start();
|
|
session_destroy();
|
|
header("Location: index.php");
|
|
error_reporting(E_ALL);
|
|
ini_set('display_errors', 1);
|
|
exit();
|
|
?>
|