diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-12-30 18:48:41 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-12-30 18:48:41 +0400 |
| commit | 4046fc59d80c87496c598a71ad7419a93b2bbb0c (patch) | |
| tree | 3bb849733f3771f23d7ac06d3e084ecbc6ee38c9 /mobile/mobile-functions.php | |
| parent | 487f0750c8d955c7994dc6180d1f56f26e1e9bf5 (diff) | |
fix includes in mobile/backend (closes #411)
Diffstat (limited to 'mobile/mobile-functions.php')
| -rw-r--r-- | mobile/mobile-functions.php | 8 |
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'); |