web/logout.php
author ymh <ymh.work@gmail.com>
Thu, 02 Jan 2020 16:30:19 +0100
changeset 1527 be2829b59938
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V06.020 for changeset e4662bc99fec

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