X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=contact.php;h=743a953b0f31debe18cb64e09e59920e49287805;hb=00f6a232f1a6022f53f4e3c9d0236d81db966b62;hp=86fccb90faee18b21afa76d5265b7313049d207d;hpb=4b384795e53cbbe789739bdc91e704803809c110;p=wfpl-cms.git diff --git a/contact.php b/contact.php index 86fccb9..743a953 100644 --- a/contact.php +++ b/contact.php @@ -58,7 +58,7 @@ function contact_main_form($id = false) { $email_template = new tem(); $email_template->load('contact.email.txt'); $email_template->sets($data); - $email_template->set('$host', this_host()); + $email_template->set('$host', $host); $message = $email_template->run(); $cc = ''; $bcc = '';