summaryrefslogtreecommitdiff
path: root/Xerl/Setup
diff options
context:
space:
mode:
Diffstat (limited to 'Xerl/Setup')
-rw-r--r--Xerl/Setup/Configure.pm4
-rw-r--r--Xerl/Setup/Parameter.pm2
-rw-r--r--Xerl/Setup/Request.pm2
3 files changed, 4 insertions, 4 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();
diff --git a/Xerl/Setup/Parameter.pm b/Xerl/Setup/Parameter.pm
index 8d1c019..a451774 100644
--- a/Xerl/Setup/Parameter.pm
+++ b/Xerl/Setup/Parameter.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.
diff --git a/Xerl/Setup/Request.pm b/Xerl/Setup/Request.pm
index e20eaa4..67a5b41 100644
--- a/Xerl/Setup/Request.pm
+++ b/Xerl/Setup/Request.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.