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