]> git.wh0rd.org - tt-rss.git/blame - mobile/logout.php
fix help not loading on ? press
[tt-rss.git] / mobile / logout.php
CommitLineData
107d0cf3
AD
1<?php
2 require_once "mobile-functions.php";
ab1486d5
AD
3
4 logout_user();
5
3518718b 6 header("Location: index.php");
793185a9 7?>