Allow tablets to be treated as mobile or not depending on configuration

This commit is contained in:
Kijin Sung 2016-05-10 23:33:12 +09:00
parent e8d4c1f27f
commit ad8a07096c
9 changed files with 94 additions and 101 deletions

View file

@ -111,7 +111,10 @@ return array(
'iframe' => array(),
'object' => array(),
),
'use_mobile_view' => true,
'mobile' => array(
'enabled' => true,
'tablets' => false,
),
'use_prepared_statements' => true,
'use_rewrite' => true,
'use_sso' => false,