Remove include from rss.php
Remove include from rss.php

file:a/rss.php -> file:b/rss.php
--- a/rss.php
+++ b/rss.php
@@ -26,7 +26,6 @@
 
 define("_BASEDIR", "");  
 require_once("config.php"); 
-require_once("includes/dbfunctions.php");
 
 $settingsresults = dbquery("SELECT sitename, url, siteemail, slogan, language, tableprefix, dateformat FROM ".$settingsprefix."fanfiction_settings WHERE sitekey = '$sitekey'");
 $settings = dbassoc($settingsresults);