summaryrefslogtreecommitdiff
path: root/mobile/mobile-functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-30 18:48:41 +0400
committerAndrew Dolgov <[email protected]>2011-12-30 18:48:41 +0400
commit4046fc59d80c87496c598a71ad7419a93b2bbb0c (patch)
tree3bb849733f3771f23d7ac06d3e084ecbc6ee38c9 /mobile/mobile-functions.php
parent487f0750c8d955c7994dc6180d1f56f26e1e9bf5 (diff)
fix includes in mobile/backend (closes #411)
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');