]> git.wh0rd.org - tt-rss.git/blobdiff - mobile/feed.php
overall directory tree cleanup
[tt-rss.git] / mobile / feed.php
index bd5804cca796af11f698c14f243df93315f44ea7..f7b7443d35efca587cb1fc25058b1055fa296fd2 100644 (file)
@@ -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);