35591-vm/logout.php
Flatlogic Bot 062a594521 1
2025-11-09 09:51:13 +00:00

7 lines
98 B
PHP

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