commentsubmit: remove quotes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user