web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 13 May 2014 11:53:30 +0200
changeset 1114 cb626be24fb5
parent 1001 df016fc8bbdb
permissions -rw-r--r--
switch museo#7 to rigp

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