shell: Clarify revert to HTTP for web GUI question (#4992)

This commit is contained in:
rawtaz 2021-05-17 18:42:36 +02:00 committed by GitHub
parent 8fb5da296b
commit 408ef03b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -514,7 +514,7 @@ console_configure_dhcpd(4);
console_configure_dhcpd(6);
if ($config['system']['webgui']['protocol'] == 'https') {
if (console_prompt_for_yn('Do you want to revert to HTTP as the web GUI protocol?', 'n')) {
if (console_prompt_for_yn('Do you want to change the web GUI protocol from HTTPS to HTTP?', 'n')) {
$config['system']['webgui']['protocol'] = 'http';
$restart_webgui = true;
} elseif (console_prompt_for_yn('Do you want to generate a new self-signed web GUI certificate?', 'n')) {