web/logout.php
author Riwad Salim
Fri, 21 Dec 2018 12:21:15 +0100
changeset 1494 a7adb39ecf22
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Archive enmi18

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