mirror of
https://github.com/webmin/webmin.git
synced 2025-08-16 14:51:18 +00:00
Nowadays charset should always be 'UTF-8'
This commit is contained in:
@ -8,7 +8,7 @@ $main::default_debug_log_size = 10*1024*1024;
|
||||
|
||||
$webmin_feedback_address = "feedback\@webmin.com";
|
||||
$default_lang = "en";
|
||||
$default_charset = "utf-8";
|
||||
$default_charset = "UTF-8";
|
||||
|
||||
=head2 unique(string, ...)
|
||||
|
||||
|
Reference in New Issue
Block a user