commentsubmit: remove quotes
This commit is contained in:
parent
fe2bdb2e38
commit
a1dd60961f
@ -54,8 +54,8 @@ if(empty($_POST['name']) ||
|
|||||||
// Add your email address
|
// Add your email address
|
||||||
$local_address = "heckyel@riseup.net";
|
$local_address = "heckyel@riseup.net";
|
||||||
$recipients = array(
|
$recipients = array(
|
||||||
"$local_address",
|
$local_address,
|
||||||
"$email_address",
|
$email_address,
|
||||||
// more emails
|
// more emails
|
||||||
);
|
);
|
||||||
$to = implode(',', $recipients);
|
$to = implode(',', $recipients);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user