1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00
ttrss/mobile/logout.php

10 lines
158 B
PHP
Raw Normal View History

<?php
2006-05-23 07:07:38 +02:00
require_once "functions.php";
require_once "../sessions.php";
require_once "../functions.php";
2006-03-27 07:56:37 +02:00
logout_user();
header("Location: index.php");
?>