web/logout.php
author ymh <ymh.work@gmail.com>
Mon, 22 Oct 2018 17:04:30 +0200
changeset 1480 d2d28468b410
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Add support for displaying new protocol

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