]> git.wh0rd.org - tt-rss.git/blob - mobile/logout.php
overall directory tree cleanup
[tt-rss.git] / mobile / logout.php
1 <?php
2 require_once "mobile-functions.php";
3
4 logout_user();
5
6 header("Location: index.php");
7 ?>