web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 24 Oct 2017 18:45:02 +0200
changeset 1396 b4bfb8df996e
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Add CryptoPartyCamp

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