web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Thu, 20 Mar 2014 11:00:10 +0100
changeset 1089 4372ccc32f9b
parent 1001 df016fc8bbdb
permissions -rw-r--r--
add archive museo#5

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