web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 27 Jan 2015 11:40:24 +0100
changeset 1182 986ca86f1b2b
parent 1001 df016fc8bbdb
permissions -rw-r--r--
add attention #1

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