web/logout.php
author ymh <ymh.work@gmail.com>
Fri, 15 Nov 2024 01:29:53 +0100
changeset 1575 ce1d5b0d1479
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Correct some details

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