mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-08 15:19:21 +02:00
fix duplicated word
This commit is contained in:
parent
e0347f252c
commit
938d01eb00
@ -73,7 +73,7 @@ $config = array(
|
||||
'database_user' => '',
|
||||
'database_password' => '',
|
||||
'database_name' => '',
|
||||
'database_log' => false, // should database queries be logged and and saved into system/logs/database.log?
|
||||
'database_log' => false, // should database queries be logged and saved into system/logs/database.log?
|
||||
'database_socket' => '', // set if you want to connect to database through socket (example: /var/run/mysqld/mysqld.sock)
|
||||
'database_persistent' => false, // use database permanent connection (like server), may speed up your site
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user