web/logout.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Thu, 17 Apr 2014 16:56:35 +0200
changeset 1102 560633180033
parent 1001 df016fc8bbdb
permissions -rw-r--r--
add edito #5 algorithmes

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