34830-vm/logout.php
Flatlogic Bot 952205e132 herway
2025-10-09 14:48:50 +00:00

7 lines
98 B
PHP

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