Remove include from header.php
Remove include from header.php

file:a/header.php -> file:b/header.php
--- a/header.php
+++ b/header.php
@@ -72,7 +72,6 @@
 if (file_exists(_BASEDIR . "config.php"))
 {
 	include_once(_BASEDIR . "config.php");
-	include_once(_BASEDIR . "includes/dbfunctions.php");
 }
 
 if(empty($sitekey)) {