38701-vm/logout.php
Flatlogic Bot 5db61988c3 sadiq
2026-02-23 06:39:28 +00:00

7 lines
96 B
PHP

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