web/logout.php
author ymh <ymh.work@gmail.com>
Thu, 20 Sep 2018 15:28:23 +0200
changeset 1443 66ca0c90c47c
parent 1001 df016fc8bbdb
permissions -rw-r--r--
try to correct mixed active content errors

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