Changeset 16502 for branches


Ignore:
Timestamp:
2007/10/19 10:50:24 (16 years ago)
Author:
nanasess
Message:

SMTP関連の定数修正

Location:
branches/feature-module-update
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/conf/mtb_constants_init.php

    r16501 r16502  
    535535/** サイト管理 アフィリエイト */ 
    536536define('SITE_CONTROL_AFFILIATE', 2); 
    537 /** SMTP使用フラグ */ 
    538 define('USE_SMTP', false); 
     537/** Pear::Mail バックエンド:mail|smtp|sendmail */ 
     538define('MAIL_BACKEND', 'smtp'); 
    539539/** OS種別:WIN|LINUX */ 
    540540define('OS_TYPE', "LINUX"); 
  • branches/feature-module-update/html/install/sql/insert_data.sql

    r16501 r16502  
    978978INSERT INTO mtb_constants VALUES ('SITE_CONTROL_TRACKBACK','1',282,'サイト管理 トラックバック'); 
    979979INSERT INTO mtb_constants VALUES ('SITE_CONTROL_AFFILIATE','2',283,'サイト管理 アフィリエイト'); 
    980 INSERT INTO mtb_constants VALUES ('USE_SMTP','false',284,'SMTP使用フラグ'); 
     980INSERT INTO mtb_constants VALUES ('MAIL_BACKEND','"smtp"',284,'Pear::Mail バックエンド:mail|smtp|sendmail'); 
    981981INSERT INTO mtb_constants VALUES ('OS_TYPE','"LINUX"',285,'OS種別:WIN|LINUX'); 
    982982INSERT INTO mtb_constants VALUES ('SMTP_HOST','"127.0.0.1"',286,'SMTPサーバー'); 
Note: See TracChangeset for help on using the changeset viewer.