diff options
author | ivan <ivan> | 2002-07-03 02:26:00 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-07-03 02:26:00 +0000 |
commit | e1ef1693e6942bbf82ee088f782d871a3b5eefee (patch) | |
tree | 3bf26a56942362fcde9614d017871fd85e8d9563 /httemplate/config | |
parent | b3ea4da977be6a246a61852be9cd40a5b0a11dfe (diff) |
deprecate text radius config options
update config docs
Diffstat (limited to 'httemplate/config')
-rw-r--r-- | httemplate/config/config-view.cgi | 4 | ||||
-rw-r--r-- | httemplate/config/config.cgi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index f0ae2b2fd..bafe5a8e7 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 radius apache BIND + shell mail apache BIND ), '', 'deprecated') { %> <A NAME="<%= $section || 'unclassified' %>"></A> <FONT SIZE="-2"> <% foreach my $nav_section ( qw(required billing username password UI session - shell mail radius apache BIND + shell mail apache BIND ), '', 'deprecated') { %> <% if ( $section eq $nav_section ) { %> diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index 2817e5f84..c050a19ab 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 radius apache BIND + shell mail apache BIND ), '', 'deprecated') { %> <A NAME="<%= $section || 'unclassified' %>"></A> <FONT SIZE="-2"> <% foreach my $nav_section ( qw(required billing username password UI session - shell mail radius apache BIND + shell mail apache BIND ), '', 'deprecated') { %> <% if ( $section eq $nav_section ) { %> |