Commit f883e66453826981b67f201276a53cee74beb086

Authored by Neil Blakey-Milner
1 parent 61e5ae68

Give both PHP > 4.0 and PHP > 4.3 accurately. Previously gave PHP > 4.0

in > 4.3 section.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3250 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 5 additions and 1 deletions
setup/precheckup.php
@@ -197,10 +197,14 @@ PHP you are running, and which modules are available.</p> @@ -197,10 +197,14 @@ PHP you are running, and which modules are available.</p>
197 <table width="100%"> 197 <table width="100%">
198 <tbody> 198 <tbody>
199 <tr> 199 <tr>
200 - <th>PHP version 4.3 or above</th> 200 + <th>PHP version 4.0 or above</th>
201 <td><?=$phpversion4?></td> 201 <td><?=$phpversion4?></td>
202 </tr> 202 </tr>
203 <tr> 203 <tr>
  204 + <th>PHP version 4.3 or above</th>
  205 + <td><?=$phpversion43?></td>
  206 + </tr>
  207 + <tr>
204 <th>PHP version below 5</th> 208 <th>PHP version below 5</th>
205 <td><?=$phpversion5?></td> 209 <td><?=$phpversion5?></td>
206 </tr> 210 </tr>