aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2012-03-08 18:04:24 -0500
committerDavid King <imkingdavid@gmail.com>2012-03-25 21:20:52 -0400
commit063f6893af754cc992e487d323f766889bebba01 (patch)
treef847afba13fa6ad0dd38b6dfb7e7bb6f44e21798 /phpBB/common.php
parent75e731e14b219d5b926755e01b957a5640f26ac8 (diff)
downloadforums-063f6893af754cc992e487d323f766889bebba01.tar
forums-063f6893af754cc992e487d323f766889bebba01.tar.gz
forums-063f6893af754cc992e487d323f766889bebba01.tar.bz2
forums-063f6893af754cc992e487d323f766889bebba01.tar.xz
forums-063f6893af754cc992e487d323f766889bebba01.zip
[task/php5.3] Looks like I missed a few places that needed PHP 5.2 changed to PHP 5.3.2
PHPBB3-10693
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index b308037a0e..8e149fef57 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -5,7 +5,7 @@
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
-* Minimum Requirement: PHP 5.2.0
+* Minimum Requirement: PHP 5.3.2
*/
/**