aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-07-06 21:52:05 -0400
committerNils Adermann <naderman@naderman.de>2011-07-06 21:52:05 -0400
commit3fb9b62c6921751ebc40b74612d5412648134a9e (patch)
treecaf87d98601f078e417e3c8e52209f5aec6309f5 /phpBB/install/index.php
parent7b2f88686b313aebb64b6c7dade50df6a6c859c6 (diff)
parentcf4e6d8a3eecce8b771005af8c9be92a08758f5f (diff)
downloadforums-3fb9b62c6921751ebc40b74612d5412648134a9e.tar
forums-3fb9b62c6921751ebc40b74612d5412648134a9e.tar.gz
forums-3fb9b62c6921751ebc40b74612d5412648134a9e.tar.bz2
forums-3fb9b62c6921751ebc40b74612d5412648134a9e.tar.xz
forums-3fb9b62c6921751ebc40b74612d5412648134a9e.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/9859] Changing all phpBB footers to match the new credit line [ticket/9859] New footer copyright line with registered symbol
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 93961de333..e8a63e857e 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -580,7 +580,7 @@ class module
echo ' </div>';
echo ' </div>';
echo ' <div id="page-footer">';
- echo ' Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; phpBB Group';
+ echo ' Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group';
echo ' </div>';
echo '</div>';
echo '</body>';