From c17a1f9ce96611c354c5c653e6c8bafc28c8b91e Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Thu, 20 Apr 2006 09:26:57 +0000 Subject: [PATCH] feedburner --- rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5