summaryrefslogtreecommitdiff
path: root/mobile/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/backend.php')
-rw-r--r--mobile/backend.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/mobile/backend.php b/mobile/backend.php
index 2e473a375..98e30bd13 100644
--- a/mobile/backend.php
+++ b/mobile/backend.php
@@ -6,13 +6,12 @@
define('MOBILE_VERSION', true);
require_once "../config.php";
- require_once "functions.php";
- require_once "../functions.php";
-
- require_once "../sessions.php";
+ require_once "mobile-functions.php";
- require_once "../version.php";
- require_once "../db-prefs.php";
+ require_once "functions.php";
+ require_once "sessions.php";
+ require_once "version.php";
+ require_once "db-prefs.php";
$link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);