web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 07 May 2015 15:09:41 +0200
changeset 1228 2a9118161d69
parent 1001 df016fc8bbdb
permissions -rw-r--r--
attention 5

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