aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.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/install/index.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/install/index.php')
-rw-r--r--phpBB/install/index.php2
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>&reg; Forum Software &copy; phpBB Group';
+ echo ' Powered by <a href="https://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Limited';
echo ' </div>';
echo '</div>';
echo '</body>';