web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 11 Feb 2014 16:03:49 +0100
changeset 1059 a0849b982581
parent 1001 df016fc8bbdb
permissions -rw-r--r--
add museo#4 + edito#3

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