aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_acp.php
diff options
context:
space:
mode:
authorYuriy Rusko <github@rusko.net>2014-05-27 21:25:33 +0200
committerYuriy Rusko <github@rusko.net>2014-05-27 21:39:30 +0200
commit27f787e5e4e118b77a3e16879d6c684bdaafc303 (patch)
tree63a12b093a9f0b7c0f452f044fb5b9aa24aa636d /phpBB/includes/functions_acp.php
parenta759704b39fc1c1353f865a633759b1369589b67 (diff)
downloadforums-27f787e5e4e118b77a3e16879d6c684bdaafc303.tar
forums-27f787e5e4e118b77a3e16879d6c684bdaafc303.tar.gz
forums-27f787e5e4e118b77a3e16879d6c684bdaafc303.tar.bz2
forums-27f787e5e4e118b77a3e16879d6c684bdaafc303.tar.xz
forums-27f787e5e4e118b77a3e16879d6c684bdaafc303.zip
[ticket/12594] Update footer credit lines
PHPBB3-12594
Diffstat (limited to 'phpBB/includes/functions_acp.php')
-rw-r--r--phpBB/includes/functions_acp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php
index 63c0cc3b26..373eb57934 100644
--- a/phpBB/includes/functions_acp.php
+++ b/phpBB/includes/functions_acp.php
@@ -179,7 +179,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="https://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 Limited'),
'T_JQUERY_LINK' => !empty($config['allow_cdn']) && !empty($config['load_jquery_url']) ? $config['load_jquery_url'] : "{$phpbb_root_path}assets/javascript/jquery.min.js",
'S_ALLOW_CDN' => !empty($config['allow_cdn']),
'VERSION' => $config['version'])