web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 06 May 2016 18:28:51 +0200
changeset 1343 a3f261da2c04
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Added tag V04.043 for changeset 6caeb586088b

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