Skip to content
Snippets Groups Projects
Commit bd7a0af6 authored by Eric Laufer's avatar Eric Laufer
Browse files

next bug

parent 1aa351f2
No related merge requests found
......@@ -50,8 +50,8 @@ class Install{
}
private function DBConnect(){
require_once('../lib/db_config.php');
require_once('../lib/class/db.class.php');
require_once($_SERVER['DOCUMENT_ROOT'].'/lib/db_config.php');
require_once($_SERVER['DOCUMENT_ROOT'].'/lib/class/db.class.php');
$dbnew = new DB;
$this->db = $dbnew;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment