forked from kevinowino869/mitrobill
change $db_password to $db_pass
This commit is contained in:
@ -104,7 +104,7 @@ if (empty($step)) {
|
||||
$db = new pdo(
|
||||
"mysql:host=$db_host;dbname=$db_name",
|
||||
$db_user,
|
||||
$db_password,
|
||||
$db_pass,
|
||||
array(PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user