web/logout.php
author ymh <ymh.work@gmail.com>
Sun, 23 Sep 2018 15:20:25 +0200
changeset 1476 b5098fdacc60
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Additionnal corrections for extended mode

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