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