diff options
author | Yuriy Rusko <github@rusko.net> | 2014-05-27 21:25:33 +0200 |
---|---|---|
committer | Yuriy Rusko <github@rusko.net> | 2014-05-27 21:39:30 +0200 |
commit | 27f787e5e4e118b77a3e16879d6c684bdaafc303 (patch) | |
tree | 63a12b093a9f0b7c0f452f044fb5b9aa24aa636d /phpBB/install/index.php | |
parent | a759704b39fc1c1353f865a633759b1369589b67 (diff) | |
download | forums-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/install/index.php')
-rw-r--r-- | phpBB/install/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php index 53ddad056c..e683324bdf 100644 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -634,7 +634,7 @@ class module echo ' </div>'; echo ' </div>'; echo ' <div id="page-footer">'; - echo ' Powered by <a href="https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Group'; + echo ' Powered by <a href="https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Limited'; echo ' </div>'; echo '</div>'; echo '</body>'; |