Browse code

Remove include from header.php

Clarissa Walker authored on 2026/09/05 15:01:58
Showing 1 changed files
... ...
@@ -72,7 +72,6 @@ if(!defined("_BASEDIR")) define("_BASEDIR", $folder_level);
72 72
 if (file_exists(_BASEDIR . "config.php"))
73 73
 {
74 74
 	include_once(_BASEDIR . "config.php");
75
-	include_once(_BASEDIR . "includes/dbfunctions.php");
76 75
 }
77 76
 
78 77
 if(empty($sitekey)) {