web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 05 Dec 2017 16:15:59 +0100
changeset 1408 a8ec99c7ad55
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Add seminaire telepresence to archive + enmi 2017

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