web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 08 Jun 2015 16:10:29 +0200
changeset 1272 82fe5cb3b55a
parent 1001 df016fc8bbdb
permissions -rw-r--r--
publish edito + attention

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