]> git.wh0rd.org - tt-rss.git/blob - mobile/logout.php
default headline sort order by date_entered instead of updated
[tt-rss.git] / mobile / logout.php
1 <?php
2 require_once "functions.php";
3 require_once "../sessions.php";
4 require_once "../functions.php";
5
6 logout_user();
7
8 header("Location: index.php");
9 ?>