parent
b196058eb3
commit
1b1991a697
5
rss.php
5
rss.php
@ -28,6 +28,11 @@ if (isset($_GET['viewAuthor'])) {
|
||||
if (!isset($_GET['type'])) {
|
||||
$_GET['type'] = 'content';
|
||||
}
|
||||
|
||||
if (!empty($_SERVER['HTTP_USER_AGENT']) && stristr($_SERVER['HTTP_USER_AGENT'], 'feedburner')) {
|
||||
$_GET['nocache'] = true;
|
||||
}
|
||||
|
||||
$serendipity['view'] = 'feed';
|
||||
|
||||
switch ($_GET['type']) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user