web/logout.php
author ymh <ymh.work@gmail.com>
Wed, 26 Jun 2019 14:04:16 +0200
changeset 1501 3e5a9740a15a
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag 06.015 for changeset b80b8e81065d

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