web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 28 Nov 2013 14:42:48 +0100
changeset 1013 335681e25fcf
parent 1001 df016fc8bbdb
permissions -rw-r--r--
clean a little bit mode

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