X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftagrss.php;h=75cbfa274b58bc0ed54c24ce26976ad6cbf7ba4f;hb=6512282241cbc06903f64a566295804017beb8e5;hp=96275f75c79945f39b5fc486eda403490ebb860b;hpb=c8b8f07af14ad2ce9d0c0267962dd3bbf6473a4b;p=quix0rs-gnu-social.git diff --git a/actions/tagrss.php b/actions/tagrss.php index 96275f75c7..75cbfa274b 100644 --- a/actions/tagrss.php +++ b/actions/tagrss.php @@ -1,6 +1,6 @@ . */ -if (!defined('LACONICA')) { exit(1); } +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } require_once(INSTALLDIR.'/lib/rssaction.php');