36436-vm/logout.php
Flatlogic Bot 2a74e9787f v1
2025-11-28 17:43:30 +00:00

8 lines
97 B
PHP

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