comment out subtest
This commit is contained in:
parent
97b7d5c038
commit
f7439d69cd
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue