From 38f6435e37e7ee61c0a3c226586fb34a59312fbd Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 11 Jul 2018 15:13:28 +0200 Subject: [PATCH] (cp d1c2e71) 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