X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;ds=sidebyside;f=mobile%2Farticle.php;h=345767fbda26c82924bd2f4b9ef400b1dd5761de;hb=955d4f82eaa4bef245597ae9e95e8b1d2880af41;hp=cbdad84da329dc969ea4f16faae88105f3cee8e8;hpb=9de6ced109e3f37824cca26948f2a9f8bade4e7e;p=tt-rss.git diff --git a/mobile/article.php b/mobile/article.php index cbdad84d..345767fb 100644 --- a/mobile/article.php +++ b/mobile/article.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);