web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 14 Jan 2014 17:19:37 +0100
changeset 1043 4d50a093c39b
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Add event bpi pub > not finalised yet

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