mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 03:09:58 +03:00
fixes #891, use HTTPS to piwigo.org in page footer
This commit is contained in:
parent
7bf992b3cc
commit
d1c2e71a56
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue