34494-vm/logout.php
Flatlogic Bot 5acb599929 v2
2025-09-30 03:50:50 +00:00

7 lines
96 B
PHP

<?php
session_start();
session_unset();
session_destroy();
header('Location: index.php');
exit;