]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tagrss.php
define LACONICA and accept LACONICA for backwards compatibility
[quix0rs-gnu-social.git] / actions / tagrss.php
index 135b12135d84dad523482d16a3a2e758bba5ed34..75cbfa274b58bc0ed54c24ce26976ad6cbf7ba4f 100644 (file)
@@ -17,7 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-if (!defined('STATUSNET')) { exit(1); }
+if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
 
 require_once(INSTALLDIR.'/lib/rssaction.php');