34692-vm/logout.php
Flatlogic Bot 85893154df 2
2025-10-05 15:36:57 +00:00

7 lines
97 B
PHP

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