summaryrefslogtreecommitdiff
path: root/mobile/home.php
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/home.php')
-rw-r--r--mobile/home.php10
1 files changed, 2 insertions, 8 deletions
diff --git a/mobile/home.php b/mobile/home.php
index 2830f5530..71194da0a 100644
--- a/mobile/home.php
+++ b/mobile/home.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);
@@ -24,7 +18,7 @@
$offset = (int) db_escape_string($_REQUEST["skip"]);
if ($use_cats) {
- render_categories_list($link);
+ render_categories_list($link);
} else {
render_flat_feed_list($link, $offset);
}