35296-vm/logout.php
Flatlogic Bot 8d0660a262 yu
2025-11-02 07:44:15 +00:00

6 lines
79 B
PHP

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