diff --git a/upload/source/module/forum/forum_guide.php b/upload/source/module/forum/forum_guide.php index cb5d6d04d257a604f046e042653c8e9fbf440f93..eb00f31f6c29e93676778705d6b2ec9c4847d7ba 100644 --- a/upload/source/module/forum/forum_guide.php +++ b/upload/source/module/forum/forum_guide.php @@ -27,6 +27,9 @@ $perpage = 50; $start = $perpage * ($_G['page'] - 1); $data = array(); if($_GET['rss'] == 1) { + if(!$_G['setting']['rssstatus']) { + exit('RSS Disabled'); + } if($view == 'index' || $view == 'my') { showmessage('URL_ERROR'); } diff --git a/upload/template/default/forum/guide.htm b/upload/template/default/forum/guide.htm index 901545bdf24aa0a75f660362ae0af2193a723478..eb778c7f68984aa50c0b78bc710f51e704b1b268 100644 --- a/upload/template/default/forum/guide.htm +++ b/upload/template/default/forum/guide.htm @@ -16,7 +16,7 @@