web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Thu, 06 Feb 2014 15:49:18 +0100
changeset 1057 c1a821eb190d
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Attention#3 & Edito#2 in archive

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