From a80d9f0ac61037bf5e0846a060f91d4da17eaa6c Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Sat, 9 Jun 2007 18:09:39 +0000 Subject: 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 --- plugins/data.rss.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/data.rss.php') 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 @@ // +----------------------------------------------------------------------+ -// $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', -- cgit v1.3