From a4d4bceb978e828aa21950c8eb2b1bd2be79726b Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Sat, 23 Mar 2013 23:06:42 -0400 Subject: Removes redirection to mobile/ mobile/ was removed by d98e76d9c2 but the redirection still existed in index.php, causing the site to be inaccessible on mobile devices. --- index.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.php b/index.php index bf8eafe76..d92c2fc1c 100644 --- a/index.php +++ b/index.php @@ -35,9 +35,6 @@ 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