MTGRandom/logout.php
2026-07-29 19:51:07 -04:00

6 lines
68 B
PHP

<?php
session_destroy();
header("Location: manage.php\n");
exit();