PHP_SELF 를 SCRIPT_NAME 으로 변경
This commit is contained in:
@ -17,7 +17,7 @@ if($tno) {
|
||||
}
|
||||
|
||||
$content .= '<p>오류내용</p>';
|
||||
$content .= '<p>'.$sql.'</p><p>'.mysql_errno().' : '.mysql_error().'<p>error file : '.$_SERVER['PHP_SELF'].'</p>';
|
||||
$content .= '<p>'.$sql.'</p><p>'.mysql_errno().' : '.mysql_error().'<p>error file : '.$_SERVER['SCRIPT_NAME'].'</p>';
|
||||
|
||||
// 메일발송
|
||||
mailer($od_name, $od_email, $config['cf_admin_email'], $subject, $content, 1);
|
||||
|
||||
Reference in New Issue
Block a user