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

10 lines
164 B
PHP
Raw Normal View History

2009-12-21 14:56:59 +01:00
<?php
require_once "functions.php";
require_once "../../sessions.php";
require_once "../../functions.php";
logout_user();
header("Location: index.php");
?>