diff options
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/db/dbal.php | 2 | ||||
| -rw-r--r-- | phpBB/includes/functions.php | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/db/dbal.php b/phpBB/includes/db/dbal.php index 82fd03b5f3..b29e2791ab 100644 --- a/phpBB/includes/db/dbal.php +++ b/phpBB/includes/db/dbal.php @@ -800,7 +800,7 @@ class dbal  							</div>  						</div>  						<div id="page-footer"> -							Powered by <a href="http://www.phpbb.com/">phpBB</a> © phpBB Group +							Powered by <a href="http://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Group  						</div>  					</div>  					</body> diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index fda65017d3..ed183b3e76 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -3789,7 +3789,7 @@ function msg_handler($errno, $msg_text, $errfile, $errline)  			echo '	</div>';  			echo '	</div>';  			echo '	<div id="page-footer">'; -			echo '		Powered by <a href="http://www.phpbb.com/">phpBB</a> © phpBB Group'; +			echo '		Powered by <a href="http://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Group';  			echo '	</div>';  			echo '</div>';  			echo '</body>';  | 
