From d1c2e71a568de3da98ad5a9e34e9c49fb411d7f2 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 11 Jul 2018 15:11:14 +0200 Subject: [PATCH] fixes #891, use HTTPS to piwigo.org in page footer --- include/page_tail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/page_tail.php b/include/page_tail.php index a6ef06379..1d17e85c4 100644 --- a/include/page_tail.php +++ b/include/page_tail.php @@ -27,7 +27,7 @@ trigger_notify('loc_begin_page_tail'); $template->assign( array( 'VERSION' => $conf['show_version'] ? PHPWG_VERSION : '', - 'PHPWG_URL' => defined('PHPWG_URL') ? PHPWG_URL : '', + 'PHPWG_URL' => defined('PHPWG_URL') ? str_replace('http:', 'https:', PHPWG_URL) : '', )); //--------------------------------------------------------------------- contact