web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Mon, 06 Oct 2014 18:23:41 +0200
changeset 1150 f98f91ffca36
parent 1001 df016fc8bbdb
permissions -rw-r--r--
add seminaire spectacle en lignes

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