web/logout.php
author ymh <ymh.work@gmail.com>
Tue, 20 Oct 2020 12:07:33 +0200
changeset 1531 0c13d78ff496
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V06.021 for changeset adf30720ec85

<?php
include_once 'common.php';
logout();
header("location:".URL_ROOT);
exit();