summaryrefslogtreecommitdiff
path: root/lib/forms.pm
diff options
context:
space:
mode:
authorJules Laplace <carbon@melanarchy.org>2013-09-12 13:26:04 -0500
committerJules Laplace <carbon@melanarchy.org>2013-09-12 13:26:04 -0500
commit63b0cf5fd4a637b0dba3b823c0c028d5087134fb (patch)
tree773c5b1af54fcf3440a947f1525fdbf1a7a6add8 /lib/forms.pm
parentde2c01c711867eb764b295ca33e0b764ca1b4011 (diff)
don't force https anymore
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 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} =~ /\?/)
{