root/logout.php

Revision 1589, 243 bytes (checked in by Andrew Dolgov <fox@bah.spb.su>, 1 year ago)

[project @ logout fixes]

Line 
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 ?>
12
Note: See TracBrowser for help on using the browser.