From f7875f723cbec9e817b6f9c5300ea04da0dda309 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 4 Nov 2016 13:46:08 +0200 Subject: [PATCH] 123 --- www-arktika/email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-arktika/email.php b/www-arktika/email.php index 18c1ab7..183f801 100644 --- a/www-arktika/email.php +++ b/www-arktika/email.php @@ -49,7 +49,7 @@ if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) && $mail->Subject = 'Промокод на сайт semena.in.ua'; //Read an HTML message body from an external file, convert referenced images to embedded, //convert HTML into a basic plain-text alternative body - $mail->msgHTML(include("list.php")); + $mail->include("list.php"); $mail->send(); //send the message, check for errors header('Location: http://arktika.semena.in.ua/'); -- libgit2 0.21.4