fixes #891, use HTTPS to piwigo.org in page footer

This commit is contained in:
plegall 2018-07-11 15:11:14 +02:00
parent 7bf992b3cc
commit d1c2e71a56

View file

@ -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