web/logout.php
author ymh <ymh.work@gmail.com>
Sun, 23 Sep 2018 14:12:38 +0200
changeset 1474 53f0f4ed20c8
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Add support for extended tweets

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