web/logout.php
author ymh <ymh.work@gmail.com>
Tue, 06 Nov 2018 11:32:14 +0100
changeset 1485 71ffb0f9ec4c
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V06.011 for changeset 8b545f4cdaf3

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