X-Git-Url: http://git.sourceforge.jp/view?p=nucleus-jp%2Fnucleus-jp-ancient.git;a=blobdiff_plain;f=utf8%2Faction.php;h=f027ae34130ced1ebfa241f5773b5da117a88f7f;hp=f18729a721ef5c632c61f7fca909003ffaabe14e;hb=4b16861085a5a9bc281f4782b9e1547f5ad15e2d;hpb=b39642e85c1657c65bcc256109865b0bff158145 diff --git a/utf8/action.php b/utf8/action.php index f18729a..f027ae3 100755 --- a/utf8/action.php +++ b/utf8/action.php @@ -112,9 +112,9 @@ function sendMessage() { $title = _MMAIL_TITLE . ' ' . $fromName; // mail($tomem->getEmail(), $title, $message, 'From: '. $fromMail); - mb_language('ja'); - mb_internal_encoding(_CHARSET); - @mb_send_mail($tomem->getEmail(), $title, $message, "From: ". $fromMail); + mb_language('ja'); + mb_internal_encoding(_CHARSET); + @mb_send_mail($tomem->getEmail(), $title, $message, "From: ". $fromMail); if (postVar('url')) { redirect(postVar('url')); @@ -174,6 +174,7 @@ function createAccount() { if (postVar('desturl')) { redirect(postVar('desturl')); } else { + header ("Content-Type: text/html; charset="._CHARSET); echo _MSG_ACCOUNTCREATED; } } @@ -198,6 +199,7 @@ function forgotPassword() { if (postVar('url')) { redirect(postVar('url')); } else { + header ("Content-Type: text/html; charset="._CHARSET); echo _MSG_PASSWORDSENT; } }