web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Thu, 17 Apr 2014 16:42:37 +0200
changeset 1101 1b5ddd99a09e
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V02.83 for changeset 720ca223a51b

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