\r\n을 \n으로 변경. 메모장에서 열 것도 아니고..
로그인 확인 등 몇몇 유틸 함수 새 db 라이브러리 기준으로 추가 ajax 기반 msgsubmit 작업중
This commit is contained in:
+2
-2
@@ -18,12 +18,12 @@ function getmicrotime() {
|
||||
}
|
||||
|
||||
function Error($msg) {
|
||||
AppendToFile(ROOT.'/d_log/err.txt', $msg."\r\n");
|
||||
AppendToFile(ROOT.'/d_log/err.txt', $msg."\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
function ErrorToScreen($msg) {
|
||||
AppendToFile(ROOT.'/d_log/err.txt', $msg."\r\n");
|
||||
AppendToFile(ROOT.'/d_log/err.txt', $msg."\n");
|
||||
echo $msg;
|
||||
exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user