1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-03 13:00:51 +02:00
ttrss/mobile/logout.php

8 lines
97 B
PHP
Raw Normal View History

2011-12-11 20:59:25 +01:00
<?php
require_once "mobile-functions.php";
2006-03-27 07:56:37 +02:00
logout_user();
header("Location: index.php");
?>