web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Thu, 28 Jan 2016 12:28:20 +0100
changeset 1327 47a33a798a5a
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V04.036 for changeset 5f1f945c47af

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