35996-vm/logout.php
Flatlogic Bot da3d35fbf3 v1
2025-11-22 12:04:14 +00:00

7 lines
98 B
PHP

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