AIidE/php/auth/logout.php
2021-09-09 01:13:46 +02:00

4 lines
63 B
PHP

<?php
session_destroy();
header('Location: ../../')
?>