web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 18 Feb 2014 11:40:51 +0100
changeset 1066 a90da0cdf885
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Removed tag V02.69

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