\r\n 마저 제거

This commit is contained in:
2018-01-21 18:26:15 +09:00
parent 8c3cc7649f
commit 67e2f8342e
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ if($genlist == 9999 && str_replace(" ", "", $msg) != "") {
$fp = fopen("logs/_gen_msg.txt", "a");
//로그 파일에 기록
fwrite($fp, _String::Fill($me['name'],12," ")." > "._String::Fill($you['name'],12," ")." | {$msg}\r\n");
fwrite($fp, _String::Fill($me['name'],12," ")." > "._String::Fill($you['name'],12," ")." | {$msg}\n");
fclose($fp);
}