]> git.mjollnir.org Git - s9y.git/commitdiff
feedburner
authorgarvinhicking <garvinhicking>
Thu, 20 Apr 2006 09:26:57 +0000 (09:26 +0000)
committergarvinhicking <garvinhicking>
Thu, 20 Apr 2006 09:26:57 +0000 (09:26 +0000)
rss.php

diff --git a/rss.php b/rss.php
index 6b260b3e1d033c13a8e63e6a41c1a6f8ea1ae0d1..c4473d156bf6b7a0a42e9e68d53415c1c84a15a7 100644 (file)
--- a/rss.php
+++ b/rss.php
@@ -138,7 +138,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;