web/logout.php
author ymh <ymh.work@gmail.com>
Thu, 10 Jan 2019 18:36:36 +0100
changeset 1497 14a9bed2e3cd
parent 1001 df016fc8bbdb
permissions -rw-r--r--
Adapt recorder_stream to python 3 Improve twitter authentication management Use Oauth2 where possible Delete old script

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