Add Status: 302 header for redirects, have fun, nitrox. :)

This commit is contained in:
Garvin Hicking
2008-08-27 19:20:23 +00:00
parent 80534cb91a
commit 9bfe2cec62
6 changed files with 11 additions and 0 deletions
+1
View File
@@ -174,6 +174,7 @@ if (is_array($plugins)) {
!(serendipity_userLoggedIn() && isset($_GET['forceLocal']))
) {
$url = 'http://feeds.feedburner.com/' . $plugin->get_config('fb_id');
header('Status: 302 Found');
header('Location: ' . $url);
exit;
}