diff options
Diffstat (limited to 'httemplate/config')
-rw-r--r-- | httemplate/config/config-view.cgi | 2 | ||||
-rw-r--r-- | httemplate/config/config.cgi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index 3c16c4815..4b6684980 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -4,7 +4,7 @@ <% my $conf = new FS::Conf; my @config_items = $conf->config_items; %> <% foreach my $section ( qw(required billing username password UI session - apache BIND shell + shell mail radius apache BIND ), '', 'depreciated') { %> <%= table("#cccccc", 2) %> diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index 32ddc043d..972ec06a4 100644 --- a/httemplate/config/config.cgi +++ b/httemplate/config/config.cgi @@ -5,7 +5,7 @@ <form action="config-process.cgi"> <% foreach my $section ( qw(required billing username password UI session - apache BIND shell + shell mail radius apache BIND ), '', 'depreciated') { %> <%= table("#cccccc", 2) %> |