Commit f883e66453826981b67f201276a53cee74beb086
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 | 197 | <table width="100%"> |
| 198 | 198 | <tbody> |
| 199 | 199 | <tr> |
| 200 | - <th>PHP version 4.3 or above</th> | |
| 200 | + <th>PHP version 4.0 or above</th> | |
| 201 | 201 | <td><?=$phpversion4?></td> |
| 202 | 202 | </tr> |
| 203 | 203 | <tr> |
| 204 | + <th>PHP version 4.3 or above</th> | |
| 205 | + <td><?=$phpversion43?></td> | |
| 206 | + </tr> | |
| 207 | + <tr> | |
| 204 | 208 | <th>PHP version below 5</th> |
| 205 | 209 | <td><?=$phpversion5?></td> |
| 206 | 210 | </tr> | ... | ... |