web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 14 Nov 2014 16:46:03 +0100
changeset 1155 215bf1fe5b27
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag v03.002 for changeset e72a468aea3b

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