34771-vm/logout.php
Flatlogic Bot 49f9e11a9f version2
2025-10-07 23:31:13 +00:00

7 lines
96 B
PHP

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