1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00

comment out subtest

This commit is contained in:
Andrew Dolgov 2014-03-05 16:49:45 +04:00
parent 97b7d5c038
commit f7439d69cd

View File

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