]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tagrss.php
Rss10Action now in an autodetected file.
[quix0rs-gnu-social.git] / actions / tagrss.php
index 8a1494f1317ad469519b741700299d4bb4619537..66eb77c271fa69152b62b24553c94861089f3e52 100644 (file)
@@ -17,9 +17,7 @@
  * 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); }
 
 // Formatting of RSS handled by Rss10Action
 class TagrssAction extends Rss10Action