web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 05 Dec 2017 16:17:03 +0100
changeset 1409 a9934a8b2281
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V04.061 for changeset c2d41dfe20b8

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