web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 29 May 2015 13:49:59 +0200
changeset 1254 1ae24d2b0023
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V04.017 for changeset 85a3ad02f657

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