web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 27 Jan 2015 11:40:40 +0100
changeset 1183 a3f6ba54f16f
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V03.011 for changeset c3ad0e7ae93b

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