diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-02-19 13:47:11 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2014-02-19 13:47:11 +0100 |
commit | 60ca369cd328f4eae31005c547b9419a5ab33324 (patch) | |
tree | f9ab84e607cb54bdb0dc1d0027435af213a722f3 /wallabag_compatibility_test.php | |
parent | 5e98c2183ae824ab6a1dd2dc22f8619a0d718977 (diff) | |
parent | b89d5a2bf48c2c1eb796963b3401aca498618ec4 (diff) | |
download | wallabag-60ca369cd328f4eae31005c547b9419a5ab33324.tar.gz wallabag-60ca369cd328f4eae31005c547b9419a5ab33324.tar.zst wallabag-60ca369cd328f4eae31005c547b9419a5ab33324.zip |
Merge pull request #468 from wallabag/dev1.5.1
1.5.1
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'; ?>"> |