1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00
ttrss/mobile/logout.php
2009-12-17 19:42:30 +03:00

10 lines
158 B
PHP

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