af_unburn: add /~r/ redirector
This commit is contained in:
parent
4bbe9669cf
commit
a90952ec00
|
@ -24,6 +24,7 @@ class Af_Unburn extends Plugin {
|
||||||
return $article;
|
return $article;
|
||||||
|
|
||||||
if ((strpos($article["link"], "feedproxy.google.com") !== FALSE ||
|
if ((strpos($article["link"], "feedproxy.google.com") !== FALSE ||
|
||||||
|
strpos($article["link"], "/~r/") !== FALSE ||
|
||||||
strpos($article["link"], "feedsportal.com") !== FALSE) &&
|
strpos($article["link"], "feedsportal.com") !== FALSE) &&
|
||||||
strpos($article["guid"], "unburn,$owner_uid:") === FALSE) {
|
strpos($article["guid"], "unburn,$owner_uid:") === FALSE) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue