web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 15 Jun 2018 11:08:31 +0200
changeset 1425 99671a4d5274
parent 1001 df016fc8bbdb
permissions -rw-r--r--
remove twitter tokens

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