- Timestamp:
- 2007/10/19 10:50:24 (16 years ago)
- Location:
- branches/feature-module-update
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/conf/mtb_constants_init.php
r16501 r16502 535 535 /** サイト管理 アフィリエイト */ 536 536 define('SITE_CONTROL_AFFILIATE', 2); 537 /** SMTP使用フラグ*/538 define(' USE_SMTP', false);537 /** Pear::Mail バックエンド:mail|smtp|sendmail */ 538 define('MAIL_BACKEND', 'smtp'); 539 539 /** OS種別:WIN|LINUX */ 540 540 define('OS_TYPE', "LINUX"); -
branches/feature-module-update/html/install/sql/insert_data.sql
r16501 r16502 978 978 INSERT INTO mtb_constants VALUES ('SITE_CONTROL_TRACKBACK','1',282,'サイト管理 トラックバック'); 979 979 INSERT INTO mtb_constants VALUES ('SITE_CONTROL_AFFILIATE','2',283,'サイト管理 アフィリエイト'); 980 INSERT INTO mtb_constants VALUES (' USE_SMTP','false',284,'SMTP使用フラグ');980 INSERT INTO mtb_constants VALUES ('MAIL_BACKEND','"smtp"',284,'Pear::Mail バックエンド:mail|smtp|sendmail'); 981 981 INSERT INTO mtb_constants VALUES ('OS_TYPE','"LINUX"',285,'OS種別:WIN|LINUX'); 982 982 INSERT INTO mtb_constants VALUES ('SMTP_HOST','"127.0.0.1"',286,'SMTPサーバー');
Note: See TracChangeset
for help on using the changeset viewer.