web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 27 Nov 2013 16:58:43 +0100
changeset 1007 35d9258aad76
parent 1001 df016fc8bbdb
permissions -rw-r--r--
add 'rep' in config file.

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