web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Thu, 12 Jun 2014 12:51:45 +0200
changeset 1129 32641f0d1429
parent 1001 df016fc8bbdb
permissions -rw-r--r--
correction divers fens

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