35354-vm/logout.php
Flatlogic Bot 2332ec6934 1.0
2025-10-30 14:24:12 +00:00

7 lines
96 B
PHP

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