web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 13 Feb 2015 13:13:58 +0100
changeset 1196 e01c5ee89075
parent 1001 df016fc8bbdb
permissions -rw-r--r--
add archive edito #2

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