Small fix.
This commit is contained in:
parent
11c2f8bb8a
commit
1a19776abd
|
@ -78,7 +78,7 @@ function add_requirement() {
|
||||||
$item_name .= " ";
|
$item_name .= " ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$quantity = $command_list[count(command_list) - 1];
|
$quantity = $command_list[count($command_list) - 1];
|
||||||
|
|
||||||
$mysql = require('mysql_credentials.php');
|
$mysql = require('mysql_credentials.php');
|
||||||
$conn = new mysqli($mysql['servername'], $mysql['username'], $mysql['password'], $mysql['database']);
|
$conn = new mysqli($mysql['servername'], $mysql['username'], $mysql['password'], $mysql['database']);
|
||||||
|
|
Loading…
Reference in New Issue