Skip to content

Commit 1037f0a

Browse files
committed
Added a warning message to network config checkbox.
1 parent 7ea4315 commit 1037f0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

interface/web/admin/lib/lang/en_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ $wb["named_conf_local_path_txt"] = 'BIND named.conf.local path';
7474
$wb["php_ini_path_cgi_txt"] = 'CGI php.ini path';
7575
$wb["php_ini_path_apache_txt"] = 'Apache php.ini path';
7676
$wb["check_apache_config_txt"] = 'Test apache configuration on restart';
77+
$wb["network_config_warning_txt"] = 'The network configuration option is only available for Debian and Ubuntu Servers. Do not enable this option if your network interface is not eth0.';
7778
?>

interface/web/admin/templates/server_config_server_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
88
<div class="ctrlHolder">
99
<p class="label">{tmpl_var name='auto_network_configuration_txt'}</p>
1010
<div class="multiField">
11-
{tmpl_var name='auto_network_configuration'}
11+
{tmpl_var name='auto_network_configuration'} {tmpl_var name='network_config_warning_txt'}
1212
</div>
1313
</div>
1414
<div class="ctrlHolder">

0 commit comments

Comments
 (0)