web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 25 Nov 2014 18:03:19 +0100
changeset 1161 757c6f615a96
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V03.003 for changeset f9906b23f19c

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