summaryrefslogtreecommitdiff
path: root/lib/forms.pm
diff options
context:
space:
mode:
authorJules Laplace <carbon@melanarchy.org>2015-05-22 15:25:11 -0500
committerJules Laplace <carbon@melanarchy.org>2015-05-22 15:25:11 -0500
commitca77a587da9ec393bceda87c2ec8dda096e2890d (patch)
treee15f868d5d06c91e56e348ec8bf26c9f9ea5071f /lib/forms.pm
parent2f4aebe8139faff0e6456676fd83bf5c0e4e3c4d (diff)
demand https and other kewl stuff
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} =~ /\?/)
{