Changeset 16501 for branches


Ignore:
Timestamp:
2007/10/19 10:36:06 (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

    r16500 r16501  
    535535/** サイト管理 アフィリエイト */ 
    536536define('SITE_CONTROL_AFFILIATE', 2); 
     537/** SMTP使用フラグ */ 
     538define('USE_SMTP', false); 
    537539/** OS種別:WIN|LINUX */ 
    538540define('OS_TYPE', "LINUX"); 
  • branches/feature-module-update/html/install/sql/insert_data.sql

    r16500 r16501  
    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 ('OS_TYPE','"LINUX"',284,'OS種別:WIN|LINUX'); 
    981 INSERT INTO mtb_constants VALUES ('SMTP_HOST','"127.0.0.1"',285,'SMTPサーバー'); 
    982 INSERT INTO mtb_constants VALUES ('SMTP_PORT','"25"',286,'SMTPポート'); 
     980INSERT INTO mtb_constants VALUES ('USE_SMTP','false',284,'SMTP使用フラグ'); 
     981INSERT INTO mtb_constants VALUES ('OS_TYPE','"LINUX"',285,'OS種別:WIN|LINUX'); 
     982INSERT INTO mtb_constants VALUES ('SMTP_HOST','"127.0.0.1"',286,'SMTPサーバー'); 
     983INSERT INTO mtb_constants VALUES ('SMTP_PORT','"25"',287,'SMTPポート'); 
    983984INSERT INTO mtb_constants VALUES ('DEFAULT_TEMPLATE_NAME', '"default"', 300,'デフォルトテンプレート名'); 
    984985INSERT INTO mtb_constants VALUES ('TEMPLATE_NAME', 'DEFAULT_TEMPLATE_NAME', 301,'テンプレート名'); 
Note: See TracChangeset for help on using the changeset viewer.