diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-03 12:43:34 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-02-03 12:43:34 +0100 |
commit | 1e1fd6f24da7b7bf08f7b26956a9467477265fff (patch) | |
tree | c4bdd249c6f22cf135bc6746a73174db42b42da9 /wallabag_compatibility_test.php | |
parent | a678f9df3893c200f7555791f6c82730c3b3dd45 (diff) | |
download | wallabag-1e1fd6f24da7b7bf08f7b26956a9467477265fff.tar.gz wallabag-1e1fd6f24da7b7bf08f7b26956a9467477265fff.tar.zst wallabag-1e1fd6f24da7b7bf08f7b26956a9467477265fff.zip |
[add] link to test file when we install wallabag #392
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 49c4e3b8..fd285042 100644 --- a/wallabag_compatibility_test.php +++ b/wallabag_compatibility_test.php | |||
@@ -1,5 +1,5 @@ | |||
1 | <?php | 1 | <?php |
2 | $app_name = 'wallabag 1.3'; | 2 | $app_name = 'wallabag 1'; |
3 | 3 | ||
4 | $php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.3.3', '>=')); | 4 | $php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.3.3', '>=')); |
5 | $pcre_ok = extension_loaded('pcre'); | 5 | $pcre_ok = extension_loaded('pcre'); |