web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 18 Feb 2015 16:49:02 +0100
changeset 1204 30302b201bd8
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V04.002 for changeset 081476741138

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