web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 29 Nov 2013 14:53:27 +0100
changeset 1020 a4a36f739741
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V02.53 for changeset 4a503b872f56

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