web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 10 Feb 2015 15:48:45 +0100
changeset 1189 46d210c16ed0
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V03.013 for changeset 54afbf585942

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