diff options
Diffstat (limited to 'lib/forms.pm')
| -rw-r--r-- | lib/forms.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/forms.pm b/lib/forms.pm index 5f31368..52c6415 100644 --- a/lib/forms.pm +++ b/lib/forms.pm @@ -817,7 +817,7 @@ FORMEND sub login_form { my $uri = ''; - print qq{<form action="https://$BUCKY_HOST$BUCKY/login" method="post" enctype="multipart/form-data" name="lf">\n}; + print qq{<form action="http://$BUCKY_HOST$BUCKY/login" method="post" enctype="multipart/form-data" name="lf">\n}; if ($input->{redir} =~ /\?/) { |
