35782-vm/logout.php
2025-11-16 23:33:13 +00:00

5 lines
78 B
PHP

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