We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a2419 commit 9ebdd50Copy full SHA for 9ebdd50
examples/create-Redirection/apiv6.php
@@ -40,7 +40,7 @@
40
// If record include A, AAAA or CNAME for subdomain asked, we delete it
41
if ( in_array( $record['fieldType'], array( 'A', 'AAAA', 'CNAME' ) ) ) {
42
43
- echo "We will delete field " . $record['fieldType'] . " for " . $record['subDomain'] . $record['zone'] . PHP_EOL;
+ echo "We will delete field " . $record['fieldType'] . " for " . $record['subDomain'] . "." . $record['zone'] . PHP_EOL;
44
$conn->delete('/domain/zone/' . $domain . '/record/' . $recordId);
45
}
46
0 commit comments