web/logout.php
author ymh <ymh.work@gmail.com>
Wed, 18 Dec 2019 12:01:20 +0100
changeset 1525 3c96e9ef3d64
parent 1001 df016fc8bbdb
permissions -rw-r--r--
update code settings + some dependencies version

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