summaryrefslogtreecommitdiff
path: root/mobile/logout.php
blob: 89db68464654d4fcbaa4e0f9e1d2c885695c8604 (plain)
1
2
3
4
5
6
7
8
9
<?php	
	require_once "functions.php";
	require_once "../sessions.php";
	require_once "../functions.php";

	logout_user();

	header("Location: tt-rss.php");
?>