web/logout.php
author ymh <ymh.work@gmail.com>
Fri, 15 Nov 2024 02:01:12 +0100
changeset 1580 2b0cb7c8f34d
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V09.004 for changeset c88b8cc7b2b8

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