diff options
author | ivan <ivan> | 2003-04-22 18:46:52 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-04-22 18:46:52 +0000 |
commit | a741f52db660b39a3f3c12acd0623d87bfc9108a (patch) | |
tree | 4c91d83f727acdbeadfbb937d4f81badd1352a3e /httemplate/config/config-view.cgi | |
parent | f1324d535989205477e37d701c910b12c045687b (diff) |
properly deprecate ancient apache & sendmail config options
Diffstat (limited to 'httemplate/config/config-view.cgi')
-rw-r--r-- | httemplate/config/config-view.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index bafe5a8e7..9a0006792 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -5,13 +5,13 @@ <% my $conf = new FS::Conf; my @config_items = $conf->config_items; %> <% foreach my $section ( qw(required billing username password UI session - shell mail apache BIND + shell BIND ), '', 'deprecated') { %> <A NAME="<%= $section || 'unclassified' %>"></A> <FONT SIZE="-2"> <% foreach my $nav_section ( qw(required billing username password UI session - shell mail apache BIND + shell BIND ), '', 'deprecated') { %> <% if ( $section eq $nav_section ) { %> |