G4_SMTP 상수 추가 lib/mailer.lib.php 에서 사용
This commit is contained in:
@ -135,6 +135,11 @@ define('G4_FILE_PERMISSION', 0644); // 파일 생성시 퍼미션
|
|||||||
// 모바일 인지 결정 $_SERVER['HTTP_USER_AGENT']
|
// 모바일 인지 결정 $_SERVER['HTTP_USER_AGENT']
|
||||||
define('G4_MOBILE_AGENT', 'phone|samsung|lgtel|mobile|skt|nokia|blackberry|android|sony');
|
define('G4_MOBILE_AGENT', 'phone|samsung|lgtel|mobile|skt|nokia|blackberry|android|sony');
|
||||||
|
|
||||||
|
// SMTP
|
||||||
|
// lib/mailer.lib.php 에서 사용
|
||||||
|
define('G4_SMTP', '127.0.0.1');
|
||||||
|
|
||||||
|
|
||||||
/********************
|
/********************
|
||||||
기타 상수
|
기타 상수
|
||||||
********************/
|
********************/
|
||||||
|
|||||||
Reference in New Issue
Block a user