mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:45:55 +00:00
comment out subtest
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user