web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Wed, 10 Feb 2016 14:52:54 +0100
changeset 1329 75d216317675
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V04.37 for changeset 7ed74f9996f2

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