]> git.wh0rd.org - tt-rss.git/blob - logout.php
move update daemon code to common function, reorganize backend.php (patch from landure)
[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 ?>