diff options
| author | ivan <ivan> | 2003-04-22 18:48:08 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2003-04-22 18:48:08 +0000 |
| commit | 8130f77e75495e334a8181bc7c070e38cf6ae81b (patch) | |
| tree | bdb7fc7e69377d781230694cb997a6e2df3990e4 /httemplate/config/config.cgi | |
| parent | b88aa0a9fb45928ec5fccefb338bc0ac64f40dd1 (diff) | |
properly deprecate ancient apache & sendmail config options
Diffstat (limited to 'httemplate/config/config.cgi')
| -rw-r--r-- | httemplate/config/config.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index fd9a82958..409869e11 100644 --- a/httemplate/config/config.cgi +++ b/httemplate/config/config.cgi @@ -25,13 +25,13 @@ function SafeOnsubmit() { <form name="OneTrueForm" action="config-process.cgi" METHOD="POST" onSubmit="SafeOnsubmit()"> <% 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 ) { %> |
