web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Mon, 13 Jul 2015 12:06:20 +0200
changeset 1291 c7760e589b63
parent 1001 df016fc8bbdb
permissions -rw-r--r--
correction archives attention

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