diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-05-23 06:07:38 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-05-23 06:07:38 +0100 |
| commit | 3dd46f19db3d6ce71a65ea7c1013e16125a24ccc (patch) | |
| tree | 987d398f3ca1b2a3a3f2bc7ddb168e51d58e41e8 /mobile/tt-rss.php | |
| parent | 757e8a2dae047c5624d868a4c36abe8418cc1711 (diff) | |
mobile version uses separate sid
Diffstat (limited to 'mobile/tt-rss.php')
| -rw-r--r-- | mobile/tt-rss.php | 3 |
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(); |