34702-vm/logout.php
2025-10-05 21:53:53 +00:00

7 lines
88 B
PHP

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