Fix for bug #22
This commit is contained in:
parent
7b40dbb75c
commit
2440bc75cc
2
ajax.php
2
ajax.php
@ -52,7 +52,7 @@ include_once 'config.inc';
|
|||||||
include_once 'import.inc';
|
include_once 'import.inc';
|
||||||
include_once 'helper.inc';
|
include_once 'helper.inc';
|
||||||
|
|
||||||
chdir(DOC_ROOT);
|
chdir(dirname(__FILE__));
|
||||||
|
|
||||||
$db = new db();
|
$db = new db();
|
||||||
$conn = new mysqli(DB_SERVER, "web", db::decrypt_pwd(), 'sagacity');
|
$conn = new mysqli(DB_SERVER, "web", db::decrypt_pwd(), 'sagacity');
|
||||||
|
Loading…
Reference in New Issue
Block a user