summaryrefslogtreecommitdiff
path: root/logout.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-01 13:34:03 +0100
committerAndrew Dolgov <[email protected]>2007-03-01 13:34:03 +0100
commite672099651661e2386de14b5d0863d57b1ed97ed (patch)
treed15d338b47c8b1f4a66f9fc6eec7b70d2872edd6 /logout.php
parent8e849206dd5f049c3b2867bb9f7d9c25aa0ba807 (diff)
logout fixes
Diffstat (limited to 'logout.php')
-rw-r--r--logout.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/logout.php b/logout.php
new file mode 100644
index 000000000..855deec71
--- /dev/null
+++ b/logout.php
@@ -0,0 +1,11 @@
+<?php
+ require_once "functions.php";
+ require_once "sessions.php";
+ require_once "sanity_check.php";
+ require_once "version.php";
+ require_once "config.php";
+ require_once "db-prefs.php";
+
+ logout_user();
+ header("Location: tt-rss.php");
+?>