]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Bookmark/actions/bookmarksrss.php
Rss10Action now in an autodetected file.
[quix0rs-gnu-social.git] / plugins / Bookmark / actions / bookmarksrss.php
index fc3331482f9538b752d6d20818f47ad079c433fe..1f2baa17d408cb0e064db0c579e6958bcc37e64c 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-if (!defined('STATUSNET') && !defined('LACONICA')) {
-    exit(1);
-}
-
-require_once INSTALLDIR.'/lib/rssaction.php';
+if (!defined('GNUSOCIAL')) { exit(1); }
 
 /**
  * RSS feed for user bookmarks action class.