web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Thu, 16 Jan 2014 15:41:12 +0100
changeset 1049 28ab50986ddd
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V02.62 for changeset bef8c0d0348a

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