web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 29 Nov 2013 14:42:49 +0100
changeset 1018 da0454a28b99
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V02.52 for changeset 2b38286be2da

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