mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Implement more accurate management of the current charset
This commit is contained in:
parent
ecac6d1490
commit
d9a9cfe21b
4 changed files with 25 additions and 9 deletions
|
|
@ -29,6 +29,7 @@ $install_config = array(
|
|||
'db_password' => $dbinfo['password'],
|
||||
'db_database' => $dbinfo['dbname'],
|
||||
'db_table_prefix' =>'xe_',
|
||||
'db_charset' => 'utf8',
|
||||
'use_rewrite' =>'N',
|
||||
'time_zone' =>'0900',
|
||||
'email_address' =>'admin@admin.net',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue