web/logout.php
author ymh <ymh.work@gmail.com>
Wed, 19 Dec 2018 12:32:56 +0100
changeset 1488 e2317b551727
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Use https link for user profile image

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