Update gateway_copy.php
This commit is contained in:
@@ -55,6 +55,7 @@
|
|||||||
$prep_statement->execute();
|
$prep_statement->execute();
|
||||||
$gateways = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
$gateways = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
||||||
foreach ($gateways as &$row) {
|
foreach ($gateways as &$row) {
|
||||||
|
$domain_uuid = $row["domain_uuid"];
|
||||||
$gateway = $row["gateway"];
|
$gateway = $row["gateway"];
|
||||||
$username = $row["username"];
|
$username = $row["username"];
|
||||||
$password = $row["password"];
|
$password = $row["password"];
|
||||||
|
|||||||
Reference in New Issue
Block a user