web/logout.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 04 Dec 2013 14:34:04 +0100
changeset 1024 44636bcf3ea8
parent 1001 df016fc8bbdb
permissions -rw-r--r--
correct export tweet

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