newline
This commit is contained in:
parent
415f6901da
commit
7648d3db67
@ -117,7 +117,7 @@ class LogEvent extends Event {
|
||||
$username = $context->user->name;
|
||||
$ip = $_SERVER['REMOTE_ADDR'];
|
||||
$fp = fopen("shimmie.log", "a");
|
||||
fprintf($fp, "$ftime\t$section/$priority\t$username/$ip\t$message");
|
||||
fprintf($fp, "$ftime\t$section/$priority\t$username/$ip\t$message\n");
|
||||
fclose($fp);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user