web/logout.php
author ymh <ymh.work@gmail.com>
Mon, 17 Dec 2018 23:38:51 +0100
changeset 1486 59bda88361fc
parent 1001 df016fc8bbdb
permissions -rw-r--r--
enmi18 update

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