web/logout.php
author ymh <ymh.work@gmail.com>
Thu, 07 Nov 2024 22:42:07 +0100
changeset 1572 dad2fc75bd8b
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V09.000 for changeset 4a1e6952afe5

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