From a90952ec00185fa102eed70296d896dc6d3f6432 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 20 Jan 2013 20:22:04 +0400 Subject: [PATCH] af_unburn: add /~r/ redirector --- plugins/af_unburn/init.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/af_unburn/init.php b/plugins/af_unburn/init.php index 676cea74..e5738987 100644 --- a/plugins/af_unburn/init.php +++ b/plugins/af_unburn/init.php @@ -24,6 +24,7 @@ class Af_Unburn extends Plugin { return $article; if ((strpos($article["link"], "feedproxy.google.com") !== FALSE || + strpos($article["link"], "/~r/") !== FALSE || strpos($article["link"], "feedsportal.com") !== FALSE) && strpos($article["guid"], "unburn,$owner_uid:") === FALSE) { -- 2.39.2