34772-vm/logout.php
Flatlogic Bot 7181333ac7 version2
2025-10-07 23:57:03 +00:00

7 lines
96 B
PHP

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