X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftagrss.php;h=75cbfa274b58bc0ed54c24ce26976ad6cbf7ba4f;hb=d5f86f7a8a113991f050425e411287da4f738ca2;hp=00746257e5c17f09fd28807b42d0620a013fa05a;hpb=4737563b957e84ee06d07f373af533b2f037497a;p=quix0rs-gnu-social.git diff --git a/actions/tagrss.php b/actions/tagrss.php index 00746257e5..75cbfa274b 100644 --- a/actions/tagrss.php +++ b/actions/tagrss.php @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -if (!defined('LACONICA')) { exit(1); } +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } require_once(INSTALLDIR.'/lib/rssaction.php');