web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Wed, 27 May 2015 18:52:34 +0200
changeset 1249 813a89873f94
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Fusion

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