diff options
Diffstat (limited to 'wallabag_compatibility_test.php')
-rw-r--r-- | wallabag_compatibility_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wallabag_compatibility_test.php b/wallabag_compatibility_test.php index fd285042..26dce018 100644 --- a/wallabag_compatibility_test.php +++ b/wallabag_compatibility_test.php | |||
@@ -176,7 +176,7 @@ div.chunk { | |||
176 | <tbody> | 176 | <tbody> |
177 | <tr class="<?php echo ($php_ok) ? 'enabled' : 'disabled'; ?>"> | 177 | <tr class="<?php echo ($php_ok) ? 'enabled' : 'disabled'; ?>"> |
178 | <td>PHP</td> | 178 | <td>PHP</td> |
179 | <td>5.2.0 or higher</td> | 179 | <td>5.3.3 or higher</td> |
180 | <td><?php echo phpversion(); ?></td> | 180 | <td><?php echo phpversion(); ?></td> |
181 | </tr> | 181 | </tr> |
182 | <tr class="<?php echo ($xml_ok) ? 'enabled, and sane' : 'disabled, or broken'; ?>"> | 182 | <tr class="<?php echo ($xml_ok) ? 'enabled, and sane' : 'disabled, or broken'; ?>"> |