summaryrefslogtreecommitdiff
path: root/boards_rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'boards_rss.php')
-rw-r--r--boards_rss.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boards_rss.php b/boards_rss.php
index a266cc1..9494a6f 100644
--- a/boards_rss.php
+++ b/boards_rss.php
@@ -13,10 +13,10 @@ require_once( "../kernel/setup_inc.php" );
$gBitSystem->verifyPackage( 'boards' );
$gBitSystem->verifyPackage( 'rss' );
-require_once( RSS_PKG_PATH."rss_inc.php" );
+require_once( RSS_PKG_INCLUDE_PATH.'rss_inc.php' );
// Load up the board or topic
-require_once( BOARDS_PKG_PATH.'lookup_inc.php' );
+require_once( BOARDS_PKG_INCLUDE_PATH.'lookup_inc.php' );
// access check
if( !empty( $_REQUEST['t'] ) || !empty($_REQUEST['b'] ) ){