X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=index.php;h=74498b8f45a7f4a3b1ee47feeba2d74422d03674;hb=aa1274411eae064b802186d7f734db401f29c205;hp=cb95b96f0219afdc4fe7e359e3a0a41597588611;hpb=6322ac79a020ab584d412d782d62b2ee77d7c6cf;p=tt-rss.git diff --git a/index.php b/index.php index cb95b96f..74498b8f 100644 --- a/index.php +++ b/index.php @@ -30,20 +30,16 @@ $mobile = new Mobile_Detect(); - $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); - if (!init_plugins()) return; - global $pluginhost; - if (!$_REQUEST['mobile']) { - if ($mobile->isTablet() && $pluginhost->get_plugin("digest")) { + if ($mobile->isTablet() && PluginHost::getInstance()->get_plugin("digest")) { header('Location: backend.php?op=digest'); exit; - } else if ($mobile->isMobile() && $pluginhost->get_plugin("mobile")) { + } else if ($mobile->isMobile() && PluginHost::getInstance()->get_plugin("mobile")) { header('Location: backend.php?op=mobile'); exit; - } else if ($mobile->isMobile() && $pluginhost->get_plugin("digest")) { + } else if ($mobile->isMobile() && PluginHost::getInstance()->get_plugin("digest")) { header('Location: backend.php?op=digest'); exit; } @@ -60,14 +56,19 @@ Tiny Tiny RSS + + - - + @@ -76,7 +77,7 @@