web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Wed, 27 Nov 2013 13:03:08 +0100
changeset 1003 366c873e2e29
parent 1001 df016fc8bbdb
permissions -rw-r--r--
create edito01 + put eco-attention in archive

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