]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
remove comments in poche_compatibility_test
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Tue, 10 Sep 2013 13:47:09 +0000 (15:47 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Tue, 10 Sep 2013 13:47:09 +0000 (15:47 +0200)
poche_compatibility_test.php

index 7c85a5834e260f7fed3289bd46c7cc33fcd302e2..be4fd6f82696fdf57888d9d6d7da74f80ca0c4f7 100644 (file)
@@ -1,18 +1,4 @@
 <?php
-/*
-FULL-TEXT-RSS V2 COMPATIBILITY TEST
-
-1) Upload ftr_compatibility_test.php to the web-accessible root of your website.
-For example, if your website is www.example.com, upload it so that you can get
-to it at www.example.com/ftr_compatibility_test.php
-
-2) Open your web browser and go to the page you just uploaded.
-
-Note: This compatibility test has been borrowed (and slightly adapted) from the one supplied by 
-SimplePie.org. We have kept most of their checks intact as we use SimplePie in our application.
-http://github.com/simplepie/simplepie/tree/master/compatibility_test/
-*/
-
 $app_name = 'poche 1.0';
 
 $php_ok = (function_exists('version_compare') && version_compare(phpversion(), '5.2.0', '>='));