\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
@@ -63,7 +63,7 @@ $date = date('Y_m_d H:i:s');
$date2 = substr($date, 0, 10);
$fp = fopen("logs/_{$date2}_login.txt", "a");
$msg = _String::Fill2($date,20," ").tab2($id,13," ")._String::Fill2($me['name'],13," ")._String::Fill2($_SESSION['p_ip'],16," ");
fwrite($fp, $msg."\r\n");
fwrite($fp, $msg."\n");
fclose($fp);
header ("Location: index.php");