]> git.wh0rd.org - tt-rss.git/blob - mobile/logout.php
46d7ec8ee7483c5926623995de091e495cf00fc1
[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 ?>