Skip to content
Snippets Groups Projects
Commit 1037f0a4 authored by tbrehm's avatar tbrehm
Browse files

Added a warning message to network config checkbox.

parent 7ea43158
No related branches found
No related tags found
No related merge requests found
......@@ -74,4 +74,5 @@ $wb["named_conf_local_path_txt"] = 'BIND named.conf.local path';
$wb["php_ini_path_cgi_txt"] = 'CGI php.ini path';
$wb["php_ini_path_apache_txt"] = 'Apache php.ini path';
$wb["check_apache_config_txt"] = 'Test apache configuration on restart';
$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.';
?>
\ No newline at end of file
......@@ -8,7 +8,7 @@
<div class="ctrlHolder">
<p class="label">{tmpl_var name='auto_network_configuration_txt'}</p>
<div class="multiField">
{tmpl_var name='auto_network_configuration'}
{tmpl_var name='auto_network_configuration'} {tmpl_var name='network_config_warning_txt'}
</div>
</div>
<div class="ctrlHolder">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment