]> git.wh0rd.org - tt-rss.git/blob - mobile/logout.php
daemon2: properly abort stuck children
[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 ?>