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