web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 29 Nov 2013 18:14:45 +0100
changeset 1022 92429e14ca48
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V02.54 for changeset 28152c43cb10

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