comment out subtest

This commit is contained in:
Andrew Dolgov 2014-03-05 16:49:45 +04:00
parent 97b7d5c038
commit f7439d69cd
1 changed files with 2 additions and 2 deletions

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) {