web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 19 Mar 2014 17:22:00 +0100
changeset 1087 4fd3f4f7e6f7
parent 1001 df016fc8bbdb
permissions -rw-r--r--
creation logos 2

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