From eb161344c2dd4ccd2abbdfbf96e27c91636b10a1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 14 Jan 2013 11:11:03 +0400 Subject: af_unburn: add feedsportal --- plugins/af_unburn/init.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/af_unburn/init.php') diff --git a/plugins/af_unburn/init.php b/plugins/af_unburn/init.php index 759be9e61..676cea74a 100644 --- a/plugins/af_unburn/init.php +++ b/plugins/af_unburn/init.php @@ -23,7 +23,8 @@ class Af_Unburn extends Plugin { if (!function_exists("curl_init")) return $article; - if (strpos($article["link"], "feedproxy.google.com") !== FALSE && + if ((strpos($article["link"], "feedproxy.google.com") !== FALSE || + strpos($article["link"], "feedsportal.com") !== FALSE) && strpos($article["guid"], "unburn,$owner_uid:") === FALSE) { $ch = curl_init($article["link"]); -- cgit v1.2.3