38873-vm/logout.php
Flatlogic Bot 21f3fc7eab v2
2026-02-28 15:08:46 +00:00

6 lines
79 B
PHP

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