]> git.wh0rd.org - tt-rss.git/commitdiff
comment out subtest
authorAndrew Dolgov <noreply@fakecake.org>
Wed, 5 Mar 2014 12:49:45 +0000 (16:49 +0400)
committerAndrew Dolgov <noreply@fakecake.org>
Wed, 5 Mar 2014 12:49:45 +0000 (16:49 +0400)
classes/handler/public.php

index bd50452625ad1539805a0fd9dbbb2e2b977c58a5..4c5a5136a937c4411fba90b9fecfb24a5cf4563c 100644 (file)
@@ -587,7 +587,7 @@ class Handler_Public extends Handler {
                }
        }
 
-       function subtest() {
+       /* function subtest() {
                header("Content-type: text/plain; charset=utf-8");
 
                $url = $_REQUEST["url"];
@@ -597,7 +597,7 @@ class Handler_Public extends Handler {
 
                print_r(get_feeds_from_html($url, fetch_file_contents($url)));
 
-       }
+       } */
 
        function subscribe() {
                if (SINGLE_USER_MODE) {