web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 14 Dec 2016 22:53:17 +0100
changeset 1380 f3467f638ceb
parent 1001 df016fc8bbdb
permissions -rw-r--r--
add enmi2016 session4

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