1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:15:55 +00:00
Files
tt-rss/mobile/logout.php
2007-03-05 17:27:48 +01:00

10 lines
159 B
PHP

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