38451-vm/auth/logout.php
2026-02-16 02:49:59 +00:00

6 lines
71 B
PHP

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