web/logout.php
author Riwad Salim <riwad.salim@yahoo.fr>
Tue, 27 Oct 2020 14:10:44 +0100
changeset 1532 6f6294d607cd
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Edit enmi20

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