web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 25 Nov 2014 12:21:49 +0100
changeset 1158 6c0e7caf77d9
parent 1001 df016fc8bbdb
permissions -rw-r--r--
add archive SPEL, correct image archive edito

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