From d8cfe1955f6536efc159c69c811067a031706970 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 26 Mar 2013 19:01:14 +0400 Subject: Revert "Removes redirection to mobile/" This reverts commit a4d4bceb978e828aa21950c8eb2b1bd2be79726b. --- index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.php b/index.php index c634235ab..254ca57d4 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; } } -- cgit v1.2.3