summaryrefslogtreecommitdiff
path: root/mobile/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-23 06:07:38 +0100
committerAndrew Dolgov <[email protected]>2006-05-23 06:07:38 +0100
commit3dd46f19db3d6ce71a65ea7c1013e16125a24ccc (patch)
tree987d398f3ca1b2a3a3f2bc7ddb168e51d58e41e8 /mobile/tt-rss.php
parent757e8a2dae047c5624d868a4c36abe8418cc1711 (diff)
mobile version uses separate sid
Diffstat (limited to 'mobile/tt-rss.php')
-rw-r--r--mobile/tt-rss.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mobile/tt-rss.php b/mobile/tt-rss.php
index bd799dc65..f13a83105 100644
--- a/mobile/tt-rss.php
+++ b/mobile/tt-rss.php
@@ -1,6 +1,7 @@
<?
- require_once "../functions.php";
+ require_once "../config.php";
require_once "functions.php";
+ require_once "../functions.php";
basic_nosid_redirect_check();