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/functions.php | |
| parent | 757e8a2dae047c5624d868a4c36abe8418cc1711 (diff) | |
mobile version uses separate sid
Diffstat (limited to 'mobile/functions.php')
| -rw-r--r-- | mobile/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile/functions.php b/mobile/functions.php index 6169a352f..c3d7cdb8c 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -1,5 +1,6 @@ <? define('MOBILE_FEEDLIST_ENABLE_ICONS', false); + define('TTRSS_SESSION_NAME', 'ttrss_m_sid'); function render_feeds_list($link) { |