35595-vm/logout.php
Flatlogic Bot 89d2171b50 1.0.1
2025-11-09 14:00:35 +00:00

6 lines
95 B
PHP

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