37684-vm/logout.php
2026-02-28 23:54:18 +00:00

7 lines
88 B
PHP

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