web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 13 Dec 2013 15:56:44 +0100
changeset 1029 d509a032f828
parent 1001 df016fc8bbdb
permissions -rw-r--r--
added event ENMI13 + added edito#1 and attention#2 in archives

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