web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 14 Jan 2014 15:06:41 +0100
changeset 1040 764461c218c2
parent 1001 df016fc8bbdb
permissions -rw-r--r--
correct zip creation

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