37259-vm/logout.php
2026-01-04 09:27:56 +00:00

6 lines
81 B
PHP

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