web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 05 Jan 2016 11:59:58 +0100
changeset 1310 69797e45e10f
parent 1001 df016fc8bbdb
permissions -rw-r--r--
add edito #3

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