web/logout.php
author ymh <ymh.work@gmail.com>
Wed, 13 Jan 2021 10:40:41 +0100
changeset 1541 61423ca4e0af
parent 1001 df016fc8bbdb
permissions -rw-r--r--
remove direct messages

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