38703-vm/logout.php
Flatlogic Bot 8d996da0d9 sad
2026-02-23 09:05:29 +00:00

6 lines
79 B
PHP

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