web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 07 May 2015 15:10:09 +0200
changeset 1229 5a6b6e770365
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V04.011 for changeset 187651131f14

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