summaryrefslogtreecommitdiff
path: root/plugins/data.rss.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-06-09 18:09:39 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-06-09 18:09:39 +0000
commita80d9f0ac61037bf5e0846a060f91d4da17eaa6c (patch)
tree1227789a43cf0b245b8ce8b14dd61843abc3ca1b /plugins/data.rss.php
parente445cadab331d09db1464b053ee78d6254865cf1 (diff)
downloadliberty-a80d9f0ac61037bf5e0846a060f91d4da17eaa6c.tar.gz
liberty-a80d9f0ac61037bf5e0846a060f91d4da17eaa6c.tar.bz2
liberty-a80d9f0ac61037bf5e0846a060f91d4da17eaa6c.zip
turn off plugins i consider unpopular to reduce resources needed on parsing. might be wrong about a few - feel free to auto_activate them again
Diffstat (limited to 'plugins/data.rss.php')
-rw-r--r--plugins/data.rss.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/data.rss.php b/plugins/data.rss.php
index e81ce44..98b1e97 100644
--- a/plugins/data.rss.php
+++ b/plugins/data.rss.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Revision: 1.12 $
+ * @version $Revision: 1.13 $
* @package liberty
* @subpackage plugins_data
*/
@@ -17,7 +17,7 @@
// | Reworked for Bitweaver (& Undoubtedly Screwed-Up)
// | by: StarRider <starrrider@users.sourceforge.net>
// +----------------------------------------------------------------------+
-// $Id: data.rss.php,v 1.12 2007/04/30 05:04:29 laetzer Exp $
+// $Id: data.rss.php,v 1.13 2007/06/09 18:09:39 squareing Exp $
/**
* definitions
@@ -27,7 +27,7 @@ define( 'PLUGIN_GUID_DATARSS', 'datarss' );
global $gLibertySystem;
$pluginParams = array (
'tag' => 'rss',
- 'auto_activate' => TRUE,
+ 'auto_activate' => FALSE,
'requires_pair' => FALSE,
'load_function' => 'rss_parse_data',
'title' => 'RSS Feed',