mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-18 07:16:11 +02:00
fixes #891, use HTTPS to piwigo.org in page footer
This commit is contained in:
@@ -27,7 +27,7 @@ trigger_notify('loc_begin_page_tail');
|
|||||||
$template->assign(
|
$template->assign(
|
||||||
array(
|
array(
|
||||||
'VERSION' => $conf['show_version'] ? PHPWG_VERSION : '',
|
'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
|
//--------------------------------------------------------------------- contact
|
||||||
|
|||||||
Reference in New Issue
Block a user