Clean up of old _LANG config variables

This commit is contained in:
Clemens Schwaighofer
2022-04-15 13:52:58 +09:00
parent fed67e990d
commit 667dc4de8e
4 changed files with 54 additions and 15 deletions

View File

@@ -27,9 +27,8 @@ $__LOCAL_CONFIG = [
'db_host' => 'test',
'location' => 'test',
'debug_flag' => true,
'site_lang' => 'en_US',
'site_encoding' => 'UTF-8',
'site_locale' => 'en_US.UTF-8',
'site_encoding' => 'UTF-8',
'login_enabled' => true
];
@@ -46,11 +45,10 @@ $SITE_CONFIG = [
'location' => 'test',
// show DEBUG override
'debug_flag' => true,
// site language
'site_lang' => 'en_US',
'site_encoding' => 'UTF-8',
// lang + encoding
// site locale
'site_locale' => 'en_US.UTF-8',
// site encoding
'site_encoding' => 'UTF-8',
// enable/disable login override
'login_enabled' => true
],