35324-vm/logout.php
Flatlogic Bot 9584826cb1 v3
2025-10-29 10:27:50 +00:00

7 lines
96 B
PHP

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