summaryrefslogtreecommitdiff
path: root/mobile/tt-rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/tt-rss.php')
-rw-r--r--mobile/tt-rss.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile/tt-rss.php b/mobile/tt-rss.php
index a23bc8b6a..9521e66dc 100644
--- a/mobile/tt-rss.php
+++ b/mobile/tt-rss.php
@@ -1,6 +1,8 @@
<?php
error_reporting(E_ERROR | E_WARNING | E_PARSE);
+ define('MOBILE_VERSION', true);
+
require_once "../config.php";
require_once "functions.php";
require_once "../functions.php";