web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 13 Dec 2013 15:57:02 +0100
changeset 1030 e2e4d4097b95
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V02.57 for changeset 73843703a796

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