web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 10 Apr 2015 17:27:20 +0200
changeset 1215 52406fb42a48
parent 1001 df016fc8bbdb
permissions -rw-r--r--
added edito#5 - yet not ready to publish

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