aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorSenky <jakubsenko@gmail.com>2012-10-01 15:38:16 +0200
committerSenky <jakubsenko@gmail.com>2012-10-01 15:38:16 +0200
commit1f89fc9cb6eeaeb2e1b5b3063d76edc82ae9f131 (patch)
treeb4d1f06e4c9b1f2b2322d861ffd4ac5d5300ee47 /phpBB/includes
parent27bef015d6a5b69f28d17f1f370de45d678cb226 (diff)
downloadforums-1f89fc9cb6eeaeb2e1b5b3063d76edc82ae9f131.tar
forums-1f89fc9cb6eeaeb2e1b5b3063d76edc82ae9f131.tar.gz
forums-1f89fc9cb6eeaeb2e1b5b3063d76edc82ae9f131.tar.bz2
forums-1f89fc9cb6eeaeb2e1b5b3063d76edc82ae9f131.tar.xz
forums-1f89fc9cb6eeaeb2e1b5b3063d76edc82ae9f131.zip
[ticket/11112] updating links to phpbb.com to use SSL
PHPBB3-11112
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 8e7e84bf83..ca58220619 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -3921,7 +3921,7 @@ function msg_handler($errno, $msg_text, $errfile, $errline)
echo ' </div>';
echo ' </div>';
echo ' <div id="page-footer">';
- echo ' Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group';
+ echo ' Powered by <a href="https://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group';
echo ' </div>';
echo '</div>';
echo '</body>';
@@ -4741,7 +4741,7 @@ function page_footer($run_cron = true)
$template->assign_vars(array(
'DEBUG_OUTPUT' => (defined('DEBUG')) ? $debug_output : '',
'TRANSLATION_INFO' => (!empty($user->lang['TRANSLATION_INFO'])) ? $user->lang['TRANSLATION_INFO'] : '',
- 'CREDIT_LINE' => $user->lang('POWERED_BY', '<a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group'),
+ 'CREDIT_LINE' => $user->lang('POWERED_BY', '<a href="https://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group'),
'U_ACP' => ($auth->acl_get('a_') && !empty($user->data['is_registered'])) ? append_sid("{$phpbb_root_path}adm/index.$phpEx", false, true, $user->session_id) : '')
);