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