web/logout.php
author salimr <riwad.salim@yahoo.fr>
Wed, 31 Oct 2018 12:42:19 +0100
changeset 1482 97b5802c9069
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Add enmi18 to client

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