diff options
| author | paul (uranus) <paul@buetow.org> | 2017-07-29 17:33:12 +0100 |
|---|---|---|
| committer | paul (uranus) <paul@buetow.org> | 2017-07-29 17:33:12 +0100 |
| commit | 8b69465b8b12e32503f9ddf2873040f7c4a41037 (patch) | |
| tree | da7c0fc8794d36f213b4caa9ae8e8e115cdd3ae5 /Xerl/Setup/Configure.pm | |
| parent | 2f299cb1293cafd7dcdf2e574ecc624540d7feff (diff) | |
no https
Diffstat (limited to 'Xerl/Setup/Configure.pm')
| -rw-r--r-- | Xerl/Setup/Configure.pm | 4 |
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(); |
