Fix for bug #22

This commit is contained in:
Ryan Prather 2018-09-18 22:55:43 -04:00
parent 7b40dbb75c
commit 2440bc75cc

View File

@ -52,7 +52,7 @@ include_once 'config.inc';
include_once 'import.inc';
include_once 'helper.inc';
chdir(DOC_ROOT);
chdir(dirname(__FILE__));
$db = new db();
$conn = new mysqli(DB_SERVER, "web", db::decrypt_pwd(), 'sagacity');