36962-vm/logout.php
Flatlogic Bot ac9362bcab 4
2025-12-15 09:49:58 +00:00

7 lines
96 B
PHP

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