aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-10 15:47:09 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-10 15:47:09 +0200
commitd143cae25a42830e795d43cdcfaecd25e459915c (patch)
treed4a6e24c9df081965a2ae9a90ebce996ec55ac6f
parentd11e2bcf48badc1da0e3914eec49d9ab1d781f4d (diff)
downloadwallabag-d143cae25a42830e795d43cdcfaecd25e459915c.tar.gz
wallabag-d143cae25a42830e795d43cdcfaecd25e459915c.tar.zst
wallabag-d143cae25a42830e795d43cdcfaecd25e459915c.zip
remove comments in poche_compatibility_test
-rw-r--r--poche_compatibility_test.php14
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/*
3FULL-TEXT-RSS V2 COMPATIBILITY TEST
4
51) Upload ftr_compatibility_test.php to the web-accessible root of your website.
6For example, if your website is www.example.com, upload it so that you can get
7to it at www.example.com/ftr_compatibility_test.php
8
92) Open your web browser and go to the page you just uploaded.
10
11Note: This compatibility test has been borrowed (and slightly adapted) from the one supplied by
12SimplePie.org. We have kept most of their checks intact as we use SimplePie in our application.
13http://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', '>='));