web/logout.php
author ymh <ymh.work@gmail.com>
Wed, 19 Sep 2018 18:09:27 +0200
changeset 1436 b3d23c1b791e
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Add hypothes.is protocol

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