Thank you very much for submitting this patch. I suppose there is loads of places where URLs are still pointing at our website over HTTP. If you spot any more (also on the webapp), please send more patches. Best, -Michael On Mon, 2017-11-06 at 18:12 +0100, Peter Müller wrote: > Change links to www.ipfire.org in WebUI themes since the website > now uses HTTPS. > > Signed-off-by: Peter Müller > --- > html/html/themes/darkdos/include/functions.pl | 2 +- > html/html/themes/ipfire-legacy/include/functions.pl | 2 +- > html/html/themes/ipfire/include/functions.pl | 6 +++--- > html/html/themes/maniac/include/functions.pl | 2 +- > 4 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/html/html/themes/darkdos/include/functions.pl > b/html/html/themes/darkdos/include/functions.pl > index 7d803b6ad..ed3f546b0 100644 > --- a/html/html/themes/darkdos/include/functions.pl > +++ b/html/html/themes/darkdos/include/functions.pl > @@ -227,7 +227,7 @@ END > if ($settings{'WINDOWWITHHOSTNAME'} eq 'on') { > print > "

$settings{'HOSTNAME'}.$settings{'DOMAINNAME'}


"; > } else { > - print "

-= IPFire =-


"; > + print "

-= IPFire =-


"; > } > print <

+ $h2 +

> diff --git a/html/html/themes/ipfire-legacy/include/functions.pl > b/html/html/themes/ipfire-legacy/include/functions.pl > index 528825329..26a8763c1 100644 > --- a/html/html/themes/ipfire-legacy/include/functions.pl > +++ b/html/html/themes/ipfire-legacy/include/functions.pl > @@ -227,7 +227,7 @@ END > if ($settings{'WINDOWWITHHOSTNAME'} eq 'on') { > print > "

$settings{'HOSTNAME'}.$settings{'DOMAINNAME'}


"; > } else { > - print "

IPFire


"; > + print "

IPFire


"; > } > print <

$h2

> diff --git a/html/html/themes/ipfire/include/functions.pl > b/html/html/themes/ipfire/include/functions.pl > index 7f6000a46..9aec77497 100644 > --- a/html/html/themes/ipfire/include/functions.pl > +++ b/html/html/themes/ipfire/include/functions.pl > @@ -152,7 +152,7 @@ print < >