Files
T
2026-09-16 23:20:08 +07:00

7 lines
103 B
PHP

<?php
session_start();
$_SESSION = array();
session_destroy();
header("location: ../index.php");
exit;