35089-vm/logout.php
Flatlogic Bot 23be5a5236 Version 2
2025-10-21 23:39:12 +00:00

8 lines
117 B
PHP

<?php
require_once 'includes/auth.php';
session_destroy();
header('Location: /login.php?logged_out=true');
exit();