mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-20 00:29:34 +05:30
7 lines
84 B
PHP
7 lines
84 B
PHP
<?php
|
|
session_start();
|
|
session_destroy();
|
|
header("Location: login.php");
|
|
exit();
|
|
?>
|