web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Mon, 13 Jul 2015 12:06:36 +0200
changeset 1292 0eafb5aeaf69
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V04.026 for changeset ab068ad3d11e

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