\r\n을 \n으로 변경. 메모장에서 열 것도 아니고..
로그인 확인 등 몇몇 유틸 함수 새 db 라이브러리 기준으로 추가 ajax 기반 msgsubmit 작업중
This commit is contained in:
+1
-3
@@ -1,7 +1,5 @@
|
||||
<?php
|
||||
$fp = fopen("logs/_db_bug.txt", "a");
|
||||
fwrite($fp, $message."\r\n");
|
||||
fclose($fp);
|
||||
file_put_contents("logs/_db_bug.txt", $message."\n", FILE_APPEND);
|
||||
?>
|
||||
|
||||
<html>
|
||||
|
||||
Reference in New Issue
Block a user