mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Remove useless use_prepared_statements option
This commit is contained in:
parent
53c296d1a1
commit
2189ba5917
2 changed files with 0 additions and 2 deletions
|
|
@ -128,7 +128,6 @@ return array(
|
|||
'tablets' => false,
|
||||
'viewport' => 'width=device-width, initial-scale=1.0, user-scalable=yes',
|
||||
),
|
||||
'use_prepared_statements' => true,
|
||||
'use_rewrite' => true,
|
||||
'use_sso' => false,
|
||||
'other' => array(),
|
||||
|
|
|
|||
|
|
@ -250,7 +250,6 @@ class ConfigParser
|
|||
$config['file']['folder_structure'] = 1;
|
||||
$config['file']['umask'] = Storage::recommendUmask();
|
||||
$config['mobile']['enabled'] = $db_info->use_mobile_view === 'N' ? false : true;
|
||||
$config['use_prepared_statements'] = $db_info->use_prepared_statements === 'Y' ? true : false;
|
||||
$config['use_rewrite'] = $db_info->use_rewrite === 'Y' ? true : false;
|
||||
$config['use_sso'] = $db_info->use_sso === 'Y' ? true : false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue