Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/data/script/receive_kara_mail.php

    r12157 r15078  
    22<?php 
    33/** 
    4  * ¥â¥Ð¥¤¥ë¥µ¥¤¥È/¶õ¥á¡¼¥ë¼õ¤±ÉÕ¤±¥¹¥¯¥ê¥×¥È 
     4 * モバイルサイト/空メール受け付けスクリプト 
    55 */ 
    66 
     
    2020 
    2121if (gfRegisterKaraMail($token, $sender)) { 
    22     $subject = '¶õ¥á¡¼¥ë¤ò¼õ¤±ÉÕ¤±¤Þ¤·¤¿'; 
    23     $reply_body = "²¼µ­¤Î¥ê¥ó¥¯¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¡¢¼¡¤Î¼ê³¤­¤Ë¿Ê¤ó¤Ç¤¯¤À¤µ¤¤¡£\n" . 
     22    $subject = '空メールを受け付けました'; 
     23    $reply_body = "下記のリンクをクリックして、次の手続きに進んでください。\n" . 
    2424                  SITE_URL . "redirect.php?token=$token"; 
    2525} else { 
    26     $subject = '¶õ¥á¡¼¥ë¼ê³¤­¤¬¼ºÇÔ¤·¤Þ¤·¤¿'; 
    27     $reply_body = "»þ´ÖÀÚ¤ì¤Ê¤É¤Ë¤è¤ê¡¢¶õ¥á¡¼¥ë¼ê³¤­¤ò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£\n" . 
    28                   "¥µ¥¤¥È¤Î¥È¥Ã¥×¤ØÌá¤Ã¤Æ¤ä¤êľ¤·¤Æ¤¯¤À¤µ¤¤¡£\n" . 
     26    $subject = '空メール手続きが失敗しました'; 
     27    $reply_body = "時間切れなどにより、空メール手続きを行うことができませんでした。\n" . 
     28                  "サイトのトップへ戻ってやり直してください。\n" . 
    2929                  SITE_URL . "\n"; 
    3030} 
    3131 
    3232$objReply = new GC_SendMail; 
    33 $objReply->setItem($sender, "¡Ú{$CONF["shop_name"]}¡Û$subject", $reply_body, 
     33$objReply->setItem($sender, "【{$CONF["shop_name"]}】$subject", $reply_body, 
    3434                   $CONF['email03'], $CONF['shop_name'], $CONF['email03'], $CONF['email04']); 
    3535$objReply->sendMail(); 
Note: See TracChangeset for help on using the changeset viewer.