Revision 1544
Added by Luisehahne almost 14 years ago
| index.php | ||
|---|---|---|
| 138 | 138 |
<td width="160" style="color: #666666;">PHP Version > 5.2.1</td> |
| 139 | 139 |
<td width="60"> |
| 140 | 140 |
<?php |
| 141 |
if (version_compare(PHP_VERSION, '5.2.1', '>='))
|
|
| 141 |
if (version_compare(PHP_VERSION, '5.2.1', '>')) |
|
| 142 | 142 |
{
|
| 143 | 143 |
?><font class="good">Yes</font><?php |
| 144 | 144 |
} else {
|
Also available in: Unified diff
fix droplet import after new wb installtion