From a0701d581dfa39113c1af68637118d99d5a0822a Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Wed, 27 Jan 2010 02:52:17 +0000 Subject: commit just prior to some pure insanity. implementing theme system git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@463 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- blocks/rss_agw/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blocks/rss_agw/index.php') diff --git a/blocks/rss_agw/index.php b/blocks/rss_agw/index.php index 3a492ca..21506bb 100644 --- a/blocks/rss_agw/index.php +++ b/blocks/rss_agw/index.php @@ -57,7 +57,7 @@ if ($agwProcess === true) { $options = array(CURLOPT_FORBID_REUSE => true, CURLOPT_POST => false, CURLOPT_RETURNTRANSFER => true, - CURLOPT_TIMEOUT => 15, + CURLOPT_TIMEOUT => 3, CURLOPT_USERAGENT => 'Mozilla/5.0 (Compatible; libCURL)', CURLOPT_VERBOSE => false); -- cgit