]> git.wh0rd.org - tt-rss.git/blobdiff - mobile/article.php
automatically redirect to mobile/ using Mobile_Detect class
[tt-rss.git] / mobile / article.php
index cbdad84da329dc969ea4f16faae88105f3cee8e8..345767fbda26c82924bd2f4b9ef400b1dd5761de 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);