summaryrefslogtreecommitdiff
path: root/plugins/mobile/mobile-functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mobile/mobile-functions.php')
-rw-r--r--plugins/mobile/mobile-functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/mobile/mobile-functions.php b/plugins/mobile/mobile-functions.php
index dd5914516..1e65a3c36 100644
--- a/plugins/mobile/mobile-functions.php
+++ b/plugins/mobile/mobile-functions.php
@@ -1,9 +1,12 @@
<?php
+ require_once "autoload.php";
require_once "functions.php";
require_once "sessions.php";
require_once "version.php";
require_once "db-prefs.php";
+ init_plugins();
+
define('TTRSS_SESSION_NAME', 'ttrss_m_sid');
/* TODO replace with interface to db-prefs */