diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-20 04:36:35 -0700 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-20 04:36:35 -0700 |
commit | 79026b73a804d1fe3715c3edf5bc2cfb1e56732c (patch) | |
tree | 225136afe844ad0b1c3fef443fcea86fe54384e5 /poche_compatibility_test.php | |
parent | c51be6b697da573cdcf0788eb8617130ce5517a4 (diff) | |
parent | 6a6c1c1172f3c6167d360a2322335ea91e94a3ff (diff) | |
download | wallabag-79026b73a804d1fe3715c3edf5bc2cfb1e56732c.tar.gz wallabag-79026b73a804d1fe3715c3edf5bc2cfb1e56732c.tar.zst wallabag-79026b73a804d1fe3715c3edf5bc2cfb1e56732c.zip |
Merge pull request #226 from inthepoche/dev1.0-beta5
beta5
Diffstat (limited to 'poche_compatibility_test.php')
-rw-r--r-- | poche_compatibility_test.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/poche_compatibility_test.php b/poche_compatibility_test.php index 7c85a583..be4fd6f8 100644 --- a/poche_compatibility_test.php +++ b/poche_compatibility_test.php | |||
@@ -1,18 +1,4 @@ | |||
1 | <?php | 1 | <?php |
2 | /* | ||
3 | FULL-TEXT-RSS V2 COMPATIBILITY TEST | ||
4 | |||
5 | 1) Upload ftr_compatibility_test.php to the web-accessible root of your website. | ||
6 | For example, if your website is www.example.com, upload it so that you can get | ||
7 | to it at www.example.com/ftr_compatibility_test.php | ||
8 | |||
9 | 2) Open your web browser and go to the page you just uploaded. | ||
10 | |||
11 | Note: This compatibility test has been borrowed (and slightly adapted) from the one supplied by | ||
12 | SimplePie.org. We have kept most of their checks intact as we use SimplePie in our application. | ||
13 | http://github.com/simplepie/simplepie/tree/master/compatibility_test/ | ||
14 | */ | ||
15 | |||
16 | $app_name = 'poche 1.0'; | 2 | $app_name = 'poche 1.0'; |
17 | 3 | ||
18 | $php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.2.0', '>=')); | 4 | $php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.2.0', '>=')); |