web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 13 May 2014 11:49:48 +0200
changeset 1112 3975dc53eebd
parent 1001 df016fc8bbdb
permissions -rw-r--r--
add museo #7

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