36432-vm/logout.php
Flatlogic Bot 4ff4f98255 Basic
2025-11-28 15:28:25 +00:00

6 lines
79 B
PHP

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