web/logout.php
author Riwad Salim <riwad.salim@yahoo.fr>
Mon, 16 Dec 2019 23:05:12 +0100
changeset 1520 f189d4918dae
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Edit enmi19 description

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