37372-vm/logout.php
Flatlogic Bot e78bca6aa4 V.2
2026-01-12 01:02:42 +00:00

6 lines
97 B
PHP

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