mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 09:45:03 +02:00
change $db_password to $db_pass
This commit is contained in:
parent
3b9c5d16f8
commit
fa154b007f
11 changed files with 41 additions and 30 deletions
|
@ -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)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue