diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-04 13:30:40 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-04 13:30:40 -0500 |
| commit | 1aa5c005cb560dfea0ab0b35839a8b354b24e4a4 (patch) | |
| tree | b2c3c58236ce0136bb503b6622728f63f6e8531c /phpBB/includes/functions_acp.php | |
| parent | 25b9ea24bfb75d62b01e2f7aceaaef100830b5a3 (diff) | |
| parent | fca08119433f319c8035a90a4bf0a9dd25adc20b (diff) | |
| download | forums-1aa5c005cb560dfea0ab0b35839a8b354b24e4a4.tar forums-1aa5c005cb560dfea0ab0b35839a8b354b24e4a4.tar.gz forums-1aa5c005cb560dfea0ab0b35839a8b354b24e4a4.tar.bz2 forums-1aa5c005cb560dfea0ab0b35839a8b354b24e4a4.tar.xz forums-1aa5c005cb560dfea0ab0b35839a8b354b24e4a4.zip | |
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103
Diffstat (limited to 'phpBB/includes/functions_acp.php')
| -rw-r--r-- | phpBB/includes/functions_acp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php index 2f0188289b..11cc1f6dd8 100644 --- a/phpBB/includes/functions_acp.php +++ b/phpBB/includes/functions_acp.php @@ -172,7 +172,7 @@ function adm_page_footer($copyright_html = true) 'DEBUG_OUTPUT' => (defined('DEBUG')) ? $debug_output : '', 'TRANSLATION_INFO' => (!empty($user->lang['TRANSLATION_INFO'])) ? $user->lang['TRANSLATION_INFO'] : '', 'S_COPYRIGHT_HTML' => $copyright_html, - 'CREDIT_LINE' => $user->lang('POWERED_BY', '<a href="http://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Group'), + 'CREDIT_LINE' => $user->lang('POWERED_BY', '<a href="https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Group'), 'T_JQUERY_LINK' => ($config['load_jquery_cdn'] && !empty($config['load_jquery_url'])) ? $config['load_jquery_url'] : "{$phpbb_root_path}assets/javascript/jquery.js", 'S_JQUERY_FALLBACK' => ($config['load_jquery_cdn']) ? true : false, 'VERSION' => $config['version']) |
