1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

logout fixes

This commit is contained in:
Andrew Dolgov
2007-03-01 13:34:03 +01:00
parent 8e849206dd
commit e672099651
3 changed files with 13 additions and 2 deletions

11
logout.php Normal file
View File

@@ -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");
?>