web/logout.php
author ymh <ymh.work@gmail.com>
Wed, 18 Dec 2024 12:52:21 +0100
changeset 1583 459a88818bec
parent 1001 df016fc8bbdb
permissions -rw-r--r--
add jquery and dashjs to client page

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