web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 20 Jan 2015 16:39:45 +0100
changeset 1176 49f14b518f8b
parent 1001 df016fc8bbdb
permissions -rw-r--r--
add event edito #2

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