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