web/logout.php
author ymh <ymh.work@gmail.com>
Tue, 12 Jan 2021 17:30:44 +0100
changeset 1540 0e5803a7babc
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V07.000 for changeset 2eca6c367a75

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