]> git.wh0rd.org - tt-rss.git/blob - mobile/logout.php
89db68464654d4fcbaa4e0f9e1d2c885695c8604
[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: tt-rss.php");
9 ?>