Index: trunk/wb/modules/news/rss.php
===================================================================
--- trunk/wb/modules/news/rss.php	(revision 63)
+++ trunk/wb/modules/news/rss.php	(revision 64)
@@ -25,7 +25,6 @@
 
 // Include WB files
 require_once('../../config.php');
-require_once(WB_PATH.'/framework/class.database.php');
 require_once(WB_PATH.'/framework/class.frontend.php');
 $database = new database();
 $wb = new frontend();
Index: trunk/wb/index.php
===================================================================
--- trunk/wb/index.php	(revision 63)
+++ trunk/wb/index.php	(revision 64)
@@ -26,7 +26,7 @@
 $starttime=microtime();
 
 // Include config file
-require_once('config.php');
+require_once(dirname(__FILE__).'/config.php');
 
 // Check if the config file has been set-up
 if(!defined('WB_PATH')) {
