root/mobile/logout.php

Revision 1634, 159 bytes (checked in by Andrew Dolgov <fox@bah.spb.su>, 2 years ago)

[project @ mobile: sync login stuff and such with desktop version]

Line 
1 <?php   
2     require_once "functions.php";
3     require_once "../sessions.php";
4     require_once "../functions.php";
5
6     logout_user();
7
8     header("Location: tt-rss.php");
9 ?>
10
Note: See TracBrowser for help on using the browser.