AIidE/php/auth/logout.php

4 lines
63 B
PHP
Raw Permalink Normal View History

2021-09-09 01:13:46 +02:00
<?php
session_destroy();
header('Location: ../../')
?>