34849-vm/logout.php
2026-02-03 01:43:03 +00:00

6 lines
81 B
PHP

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