37223-vm/logout.php
Flatlogic Bot 39839fb76f mstg
2026-01-01 15:13:16 +00:00

7 lines
96 B
PHP

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