35710-vm/logout.php
Flatlogic Bot 7a219bcd94 Kotkakey
2025-11-14 10:21:25 +00:00

7 lines
96 B
PHP

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