mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Remove optional SSL
This commit is contained in:
parent
9fdcd86f1d
commit
67dfb3c282
20 changed files with 24 additions and 205 deletions
|
|
@ -110,9 +110,8 @@ $lang->about_auto_select_lang = 'Automatically select the language based on the
|
|||
$lang->about_recompile_cache = 'Delete useless or invalid cache files?';
|
||||
$lang->confirm_run = 'It may take a long time. Do you want to run?';
|
||||
$lang->use_ssl = 'Use HTTPS';
|
||||
$lang->ssl_options['none'] = 'None';
|
||||
$lang->ssl_options['optional'] = 'Optional (not recommended)';
|
||||
$lang->ssl_options['always'] = 'Always (recommended)';
|
||||
$lang->ssl_options['none'] = 'No';
|
||||
$lang->ssl_options['always'] = 'Yes (recommended)';
|
||||
$lang->cmd_http_port = 'HTTP Port';
|
||||
$lang->cmd_https_port = 'HTTPS Port';
|
||||
$lang->cmd_index_module_srl = 'Main Module';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue