diff --git a/www-arktika/email.php b/www-arktika/email.php index 8f38b6d..d2bb22f 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(file_get_contents("http://arktika.semena.in.ua/list.php?promo=123456789")); + $mail->msgHTML(file_get_contents("list.php")); $mail->send(); //send the message, check for errors header('Location: http://arktika.semena.in.ua/'); -- libgit2 0.21.4