web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 18 Feb 2014 11:40:26 +0100
changeset 1065 9078bf2d34ed
parent 1001 df016fc8bbdb
permissions -rw-r--r--
correction date

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