summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-03-05 16:49:45 +0400
committerAndrew Dolgov <[email protected]>2014-03-05 16:49:45 +0400
commitf7439d69cdca5ed6060ad6fe9b85673dd8955906 (patch)
tree51951e2ab600b7716297812d7a5bb8651f616f9d /classes
parent97b7d5c0380ac0fdc846306689d3d8015b6b6e62 (diff)
comment out subtest
Diffstat (limited to 'classes')
-rw-r--r--classes/handler/public.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index bd5045262..4c5a5136a 100644
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -587,7 +587,7 @@ class Handler_Public extends Handler {
}
}
- function subtest() {
+ /* function subtest() {
header("Content-type: text/plain; charset=utf-8");
$url = $_REQUEST["url"];
@@ -597,7 +597,7 @@ class Handler_Public extends Handler {
print_r(get_feeds_from_html($url, fetch_file_contents($url)));
- }
+ } */
function subscribe() {
if (SINGLE_USER_MODE) {