mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Allow tablets to be treated as mobile or not depending on configuration
This commit is contained in:
parent
e8d4c1f27f
commit
ad8a07096c
9 changed files with 94 additions and 101 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue