Skip to content

Commit

Permalink
Removed recommendation of specific versions of PHP. Only mention the …
Browse files Browse the repository at this point in the history
…minimum requirements.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2908 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Aug 29, 2004
1 parent b4c4399 commit f3e23cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/check.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: check.php,v 1.11 2004-08-28 14:36:48 thraxisp Exp $
# $Id: check.php,v 1.12 2004-08-29 04:35:26 vboctor Exp $
# --------------------------------------------------------
?>
<?php
Expand Down Expand Up @@ -133,7 +133,7 @@ function test_bug_attachments_allow_flags()
<tr>
<td bgcolor="#f0f0ff">
<span class="title">Version</span>
<p>Mantis requires at least <b>PHP <?php echo PHP_MIN_VERSION ?></b>. If you are not running this version you or your administrator will need to upgrade your build of PHP. We recommend 4.0.6 or 4.1.2 at the moment.</p>
<p>Mantis requires at least <b>PHP <?php echo PHP_MIN_VERSION ?></b>. If you are not running this version or above, you or your administrator will need to upgrade your build of PHP.</p>
<p>You are running <b>PHP <?php echo $version ?></b></p>
</td>
</tr>
Expand Down

0 comments on commit f3e23cc

Please sign in to comment.