web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 26 Jan 2016 17:54:19 +0100
changeset 1315 ee9605d3b19e
parent 1001 df016fc8bbdb
permissions -rw-r--r--
add and edit archive and edito archive

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