summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-06-20 07:51:48 +0300
committerAndrew Dolgov <[email protected]>2019-06-20 07:51:48 +0300
commit6d746453c75e2c482458f687585ef436a28a9888 (patch)
tree4e56e86c2751856fd635c86c69bac1e124beb687 /classes/handler/public.php
parent270b39a33738ae45f1cab2d7a7dd518af10221ca (diff)
get_feeds_from_html: remove XML preamble hack
move several related helper functions to Feeds class
Diffstat (limited to 'classes/handler/public.php')
-rwxr-xr-xclasses/handler/public.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 318cecd72..e9a3abc53 100755
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -728,18 +728,6 @@ class Handler_Public extends Handler {
}
}
- /* function subtest() {
- header("Content-type: text/plain; charset=utf-8");
-
- $url = clean($_REQUEST["url"]);
-
- print "$url\n\n";
-
-
- print_r(get_feeds_from_html($url, fetch_file_contents($url)));
-
- } */
-
function subscribe() {
if (SINGLE_USER_MODE) {
login_sequence();