]> git.wh0rd.org Git - tt-rss.git/blob - logout.php
getLabelCounters: psql fix
[tt-rss.git] / logout.php
1 <?php
2         require_once "functions.php"; 
3         require_once "sessions.php";
4         require_once "sanity_check.php";
5         require_once "version.php"; 
6         require_once "config.php";
7         require_once "db-prefs.php";
8
9         logout_user();
10         header("Location: tt-rss.php");
11 ?>