web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 10 Feb 2015 15:48:06 +0100
changeset 1188 c0620396e80a
parent 1001 df016fc8bbdb
permissions -rw-r--r--
add link for museo

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