Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jappix/jappix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/index.php b/index.php
index 661dbdae..fee59d19 100644
--- a/index.php
+++ b/index.php
@@ -67,15 +67,6 @@ if(!isInstalled()) {
if($_COOKIE['jappix_mode'] == 'mobile') {
$include_app = 'mobile';
}
-} else {
- // No cookie, is this a mobile device?
- require_once('./server/mobile-detect.php');
- $mobile = new Mobile_Detect();
-
- // Really mobile?
- if(($mobile -> isMobile()) && !($mobile -> isTablet())) {
- $include_app = 'mobile';
- }
}
// Special stuffs for Jappix apps?