mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-05 05:39:20 +02:00
Add database_hash setting
This commit is contained in:
parent
8faa954a65
commit
3317dc48e8
@ -15,6 +15,7 @@ $deprecatedConfig = [
|
|||||||
'meta_description',
|
'meta_description',
|
||||||
'meta_keywords',
|
'meta_keywords',
|
||||||
'footer',
|
'footer',
|
||||||
|
'database_encryption' => 'database_hash',
|
||||||
//'language',
|
//'language',
|
||||||
'visitors_counter',
|
'visitors_counter',
|
||||||
'visitors_counter_ttl',
|
'visitors_counter_ttl',
|
||||||
|
@ -324,6 +324,16 @@ return [
|
|||||||
],
|
],
|
||||||
'is_config' => true,
|
'is_config' => true,
|
||||||
],
|
],
|
||||||
|
'database_hash' => [
|
||||||
|
'name' => 'Database Hashing Algorithm',
|
||||||
|
'desc' => 'Hashing algorithm: sha1 or md5 are most common',
|
||||||
|
'type' => 'text',
|
||||||
|
'default' => 'sha1',
|
||||||
|
'show_if' => [
|
||||||
|
'database_overwrite', '=', 'true'
|
||||||
|
],
|
||||||
|
'is_config' => true,
|
||||||
|
],
|
||||||
'database_log' => [
|
'database_log' => [
|
||||||
'name' => 'Database Log',
|
'name' => 'Database Log',
|
||||||
'desc' => 'Should database queries be logged and saved into system/logs/database.log?',
|
'desc' => 'Should database queries be logged and saved into system/logs/database.log?',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user