Skip to content

Commit e2b5a0d

Browse files
committed
delete comments
1 parent 160b563 commit e2b5a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/lib/UnitySite.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public static function errorLog(string $title, string $message)
3737
"$title: " . json_encode(
3838
[
3939
"message" => $message,
40-
"REMOTE_USER" => @$_SERVER["REMOTE_USER"], // "@": allow null default value
41-
"REMOTE_ADDR" => @$_SERVER["REMOTE_ADDR"], // "@": allow null default value
40+
"REMOTE_USER" => @$_SERVER["REMOTE_USER"],
41+
"REMOTE_ADDR" => @$_SERVER["REMOTE_ADDR"],
4242
// getTrace() is a list but the JSON is very verbose
4343
"trace" => explode(PHP_EOL, (new \Exception())->getTraceAsString())
4444
]

0 commit comments

Comments
 (0)