summaryrefslogtreecommitdiff
path: root/mobile/functions.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/functions.php
parent757e8a2dae047c5624d868a4c36abe8418cc1711 (diff)
mobile version uses separate sid
Diffstat (limited to 'mobile/functions.php')
-rw-r--r--mobile/functions.php1
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) {