1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-29 12:20:51 +02:00
ttrss/mobile/logout.php
2011-12-11 23:59:25 +04:00

8 lines
97 B
PHP

<?php
require_once "mobile-functions.php";
logout_user();
header("Location: index.php");
?>