web/logout.php
author ymh <ymh.work@gmail.com>
Fri, 15 Nov 2024 01:37:34 +0100
changeset 1577 96a6eada7982
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Correct some details again

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