web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Thu, 16 Jan 2014 15:40:55 +0100
changeset 1048 914e783e910b
parent 1001 df016fc8bbdb
permissions -rw-r--r--
ultimate correction edito3

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