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