diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-18 21:22:34 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-18 21:22:34 +0100 |
commit | 792097fb6a6507201ec41f90201ad05ad8c38870 (patch) | |
tree | 1e6a0c0cb506c282c92766ee49745be2296068ef /wallabag_compatibility_test.php | |
parent | 6285e57c49bd06ed52ab997f0dc767576b7da126 (diff) | |
download | wallabag-792097fb6a6507201ec41f90201ad05ad8c38870.tar.gz wallabag-792097fb6a6507201ec41f90201ad05ad8c38870.tar.zst wallabag-792097fb6a6507201ec41f90201ad05ad8c38870.zip |
[add] script to make the install more user friendly #466
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'; ?>"> |