summaryrefslogtreecommitdiff
path: root/Xerl/Setup/Configure.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Xerl/Setup/Configure.pm')
-rw-r--r--Xerl/Setup/Configure.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xerl/Setup/Configure.pm b/Xerl/Setup/Configure.pm
index 406df9c..f58b51b 100644
--- a/Xerl/Setup/Configure.pm
+++ b/Xerl/Setup/Configure.pm
@@ -1,6 +1,6 @@
# Xerl (c) 2005-2011, 2013-2015 by Paul Buetow
#
-# E-Mail: xerl@dev.buetow.org WWW: https://xerl.buetow.org
+# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org
#
# This is free software, you may use it and distribute it under the same
# terms as Perl itself.
@@ -40,7 +40,7 @@ sub parse {
sub defaults {
my $self = $_[0];
- $self->set_proto('https') if exists $ENV{HTTPS};
+ $self->set_proto('http') if exists $ENV{HTTPS};
$self->set_site( $self->get_defaultcontent() )
unless $self->site_exists();