From 4046fc59d80c87496c598a71ad7419a93b2bbb0c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 30 Dec 2011 18:48:41 +0400 Subject: fix includes in mobile/backend (closes #411) --- mobile/mobile-functions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mobile/mobile-functions.php') 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'); -- cgit v1.2.3