web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Sat, 04 Nov 2017 02:58:46 +0100
changeset 1400 cecc0890c109
parent 1001 df016fc8bbdb
permissions -rw-r--r--
publish cryptopartycamp

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