From: garvinhicking Date: Thu, 20 Apr 2006 09:26:57 +0000 (+0000) Subject: feedburner X-Git-Tag: 1.0~40 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c17a1f9ce96611c354c5c653e6c8bafc28c8b91e;p=s9y.git feedburner --- diff --git a/rss.php b/rss.php index 1ea9982..b02f3e0 100644 --- a/rss.php +++ b/rss.php @@ -130,7 +130,7 @@ if (is_array($plugins)) { } $metadata['fullFeed'] = $plugin->get_config('fullfeed', false); - if ($plugin->get_config('show_feedburner') === 'force' && !preg_match('@Mozilla@i', $_SERVER['HTTP_USER_AGENT'])) { + if ($plugin->get_config('show_feedburner') === 'force' && !preg_match('@FeedBurn@i', $_SERVER['HTTP_USER_AGENT'])) { $url = 'http://feeds.feedburner.com/' . $plugin->get_config('fb_id'); header('Location: ' . $url); exit;