web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 17 Nov 2015 12:15:00 +0100
changeset 1294 e652022fd1f7
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V04.027 for changeset 9ea50f41bfb4

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