web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Thu, 06 Feb 2014 15:49:33 +0100
changeset 1058 b4d7b775878c
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V02.66 for changeset e96c0c867905

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