web/logout.php
author ymh <ymh.work@gmail.com>
Mon, 17 Dec 2018 23:39:10 +0100
changeset 1487 6d4cc9caad9c
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V06.012 for changeset 59bda88361fc

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