diff options
author | ivan <ivan> | 2001-11-02 04:55:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-11-02 04:55:49 +0000 |
commit | da6df9f67f3db20a41ad9244db3f829600f678fd (patch) | |
tree | 877a362e63b0c6c10a284e343a3c44c64ce5d85c /httemplate/config | |
parent | 50c494e839fc0dd73ff986d04c54a8d508f5ede0 (diff) |
config web GUI updates. almost usable now.
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) %> |