37650-vm/logout.php
Flatlogic Bot f054121ef2 26
2026-01-21 06:58:38 +00:00

7 lines
98 B
PHP

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