From: Andrew Dolgov Date: Tue, 26 Mar 2013 15:01:14 +0000 (+0400) Subject: Revert "Removes redirection to mobile/" X-Git-Tag: 1.7.6~267 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d8cfe1955f6536efc159c69c811067a031706970;p=tt-rss.git Revert "Removes redirection to mobile/" This reverts commit a4d4bceb978e828aa21950c8eb2b1bd2be79726b. --- diff --git a/index.php b/index.php index c634235a..254ca57d 100644 --- a/index.php +++ b/index.php @@ -35,6 +35,9 @@ if ($mobile->isTablet() && $pluginhost->get_plugin("digest")) { header('Location: backend.php?op=digest'); exit; + } else if ($mobile->isMobile()) { + header('Location: mobile/index.php'); + exit; } }