summaryrefslogtreecommitdiff
path: root/mobile/mobile-functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/mobile-functions.php')
-rw-r--r--mobile/mobile-functions.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/mobile/mobile-functions.php b/mobile/mobile-functions.php
index be59fb7aa..c5bc71f80 100644
--- a/mobile/mobile-functions.php
+++ b/mobile/mobile-functions.php
@@ -4,10 +4,10 @@
dirname(dirname(__FILE__)) . PATH_SEPARATOR .
dirname(dirname(__FILE__)) . "/include" );
- require_once "include/functions.php";
- require_once "include/sessions.php";
- require_once "include/version.php";
- require_once "include/db-prefs.php";
+ require_once "functions.php";
+ require_once "sessions.php";
+ require_once "version.php";
+ require_once "db-prefs.php";
define('TTRSS_SESSION_NAME', 'ttrss_m_sid');