aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-01-16 22:26:27 +0100
committerNils Adermann <naderman@naderman.de>2011-01-16 22:26:27 +0100
commitcde423591e90e58361b17f29f6841887573a0fa8 (patch)
tree226ac5c83f799e47644d9f11ea7d43c4ddab9ec6 /phpBB/install
parent656f18d3af1168b15648e77005345698c3a507b5 (diff)
parentba5c7d8e63d97650989c2866c20c11f16f4c1128 (diff)
downloadforums-cde423591e90e58361b17f29f6841887573a0fa8.tar
forums-cde423591e90e58361b17f29f6841887573a0fa8.tar.gz
forums-cde423591e90e58361b17f29f6841887573a0fa8.tar.bz2
forums-cde423591e90e58361b17f29f6841887573a0fa8.tar.xz
forums-cde423591e90e58361b17f29f6841887573a0fa8.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/9859] Remove the years from the copyright statements in docs files. [ticket/9859] Remove the year from the copyright meta tag in docs/*.html [ticket/9859] Remove the meta copyright tag as well. [ticket/9859] Remove the credit line comment from all html files. [ticket/9859] Remove years in credit line from some more files.
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/database_update.php2
-rw-r--r--phpBB/install/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 4eedf7aa33..06b37bfcca 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -516,7 +516,7 @@ function _print_footer()
</div>
<div id="page-footer">
- Powered by phpBB &copy; 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a>
+ Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; phpBB Group
</div>
</div>
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index c8c38ba0fa..3cbc8744dd 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -663,7 +663,7 @@ class module
echo ' </div>';
echo ' </div>';
echo ' <div id="page-footer">';
- echo ' Powered by phpBB &copy; 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a>';
+ echo ' Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; phpBB Group';
echo ' </div>';
echo '</div>';
echo '</body>';