web/logout.php
author ymh <ymh.work@gmail.com>
Fri, 15 Nov 2024 02:00:51 +0100
changeset 1579 c88b8cc7b2b8
parent 1001 df016fc8bbdb
permissions -rw-r--r--
make sending button inactive when sending

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