web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 11 Feb 2015 11:25:12 +0100
changeset 1193 6489a0c6e02c
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V03.014 for changeset a92a7bd35a66

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