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 225c29507..138ec4737 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -7,7 +7,7 @@ <% foreach my $section ( qw(required billing username password UI session shell mail radius apache BIND ), - '', 'depreciated') { %> + '', 'deprecated') { %> <%= table("#cccccc", 2) %> <tr> <th colspan="2" bgcolor="#dcdcdc"> diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index f640d0b5e..19775c7aa 100644 --- a/httemplate/config/config.cgi +++ b/httemplate/config/config.cgi @@ -8,7 +8,7 @@ <% foreach my $section ( qw(required billing username password UI session shell mail radius apache BIND ), - '', 'depreciated') { %> + '', 'deprecated') { %> <%= table("#cccccc", 2) %> <tr> <th colspan="2" bgcolor="#dcdcdc"> |