Commit f7875f723cbec9e817b6f9c5300ea04da0dda309

Authored by Eugeny Galkovskiy
1 parent e92a816b

123

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
www-arktika/email.php
@@ -49,7 +49,7 @@ if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) && @@ -49,7 +49,7 @@ if(isset($_POST['name']) && !empty($_POST['name']) && isset($_POST['email']) &&
49 $mail->Subject = 'Промокод на сайт semena.in.ua'; 49 $mail->Subject = 'Промокод на сайт semena.in.ua';
50 //Read an HTML message body from an external file, convert referenced images to embedded, 50 //Read an HTML message body from an external file, convert referenced images to embedded,
51 //convert HTML into a basic plain-text alternative body 51 //convert HTML into a basic plain-text alternative body
52 - $mail->msgHTML(include("list.php")); 52 + $mail->include("list.php");
53 $mail->send(); 53 $mail->send();
54 //send the message, check for errors 54 //send the message, check for errors
55 header('Location: http://arktika.semena.in.ua/'); 55 header('Location: http://arktika.semena.in.ua/');