diff options
author | ivan <ivan> | 2001-12-08 10:08:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-12-08 10:08:50 +0000 |
commit | b6724f3cf6c4b77ab66d259920042f12e46cf924 (patch) | |
tree | 5c3c11d23839ce81d76c5a19ef53f1975d6a915a /httemplate/config | |
parent | 357faffb9564be9d77815cde87645efd955adb4d (diff) |
need a POST here; browsers (especially IE) are unhappy with the default GET
Diffstat (limited to 'httemplate/config')
-rw-r--r-- | httemplate/config/config.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index f9d7297ec..56da0698a 100644 --- a/httemplate/config/config.cgi +++ b/httemplate/config/config.cgi @@ -2,7 +2,7 @@ <% my $conf = new FS::Conf; my @config_items = $conf->config_items; %> -<form action="config-process.cgi"> +<form action="config-process.cgi" METHOD="POST"> <% foreach my $section ( qw(required billing username password UI session shell mail radius apache BIND |