From de8b70c1a5b46b0e0e375d364cd714aaaadf7f9b Mon Sep 17 00:00:00 2001 From: "Paul Buetow (europa)" Date: Sun, 31 May 2015 16:58:48 +0100 Subject: Recursivity. Call back if it happens again. --- COPYING | 2 +- Xerl.pm | 4 ++-- index.fpl | 4 ++-- index.pl | 4 ++-- xerl.conf | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/COPYING b/COPYING index ab8ffe3..6e10388 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ # Xerl (c) 2005-2011, 2013 Dipl.-Inform. (FH) Paul C. Buetow # -# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org +# E-Mail: xerl@dev.buetow.org WWW: https://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.pm b/Xerl.pm index 227dbe9..6dfc8f4 100644 --- a/Xerl.pm +++ b/Xerl.pm @@ -1,6 +1,6 @@ -# Xerl (c) 2005-2011, 2013, 2014 by Paul Buetow +# Xerl (c) 2005-2011, 2013-2015 by Paul Buetow # -# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org +# E-Mail: xerl@dev.buetow.org WWW: https://xerl.buetow.org # # This is free software, you may use it and distribute it under the same # terms as Perl itself. diff --git a/index.fpl b/index.fpl index 7483761..8ae6699 100755 --- a/index.fpl +++ b/index.fpl @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Xerl (c) 2005-2011, 2013, 2014 by Paul Buetow +# Xerl (c) 2005-2011, 2013-2015 by Paul Buetow # -# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org +# E-Mail: xerl@dev.buetow.org WWW: https://xerl.buetow.org # # This is free software, you may use it and distribute it under the same # terms as Perl itself. diff --git a/index.pl b/index.pl index 4f87a2d..8d0146a 100755 --- a/index.pl +++ b/index.pl @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Xerl (c) 2005-2011, 2013, 2014 by Paul Buetow +# Xerl (c) 2005-2011, 2013-2015 by Paul Buetow # -# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org +# E-Mail: xerl@dev.buetow.org WWW: https://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.conf b/xerl.conf index a310825..5c0cc0a 100644 --- a/xerl.conf +++ b/xerl.conf @@ -15,5 +15,5 @@ defaultstyle=css3.css defaulttemplate=html5 hidesubhome=1 hostroot=/usr/local/www/xerlhosts/branches/stable/hosts/ -404=http://paul.buetow.org +404=https://paul.buetow.org curlpath=/usr/local/bin/curl -- cgit v1.2.3