web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Wed, 07 May 2014 18:48:12 +0200
changeset 1108 768d1ac86a5f
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Add event RIPG (Bercy)

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