commentsubmit: remove quotes

This commit is contained in:
Jesús 2020-01-23 14:59:34 -05:00
parent fe2bdb2e38
commit a1dd60961f
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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);