web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 25 Apr 2014 11:08:41 +0200
changeset 1106 1f827e73cb58
parent 1001 df016fc8bbdb
permissions -rw-r--r--
edito #5 en archive

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