35636-vm/logout.php
Flatlogic Bot 7d531ef9a4 1
2025-11-11 08:51:27 +00:00

7 lines
96 B
PHP

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