]> git.wh0rd.org - tt-rss.git/blame - logout.php
daemon2: unbreak spawn interval
[tt-rss.git] / logout.php
CommitLineData
e6720996
AD
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?>