We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8fa41 commit 7d71399Copy full SHA for 7d71399
models/DebuggerService.cfc
@@ -206,8 +206,7 @@ component
206
"httpReferer" : cgi.HTTP_REFERER,
207
"formData" : serializeJSON( form ?: {} ),
208
"inetHost" : discoverInetHost(),
209
- "localIp" : ( isNull( cgi.local_addr ) ? "0.0.0.0" : cgi.local_addr ),
210
- "luceeId" : ( server.keyExists( "lucee" ) ? getLuceeID() : {} )
+ "localIp" : ( isNull( cgi.local_addr ) ? "0.0.0.0" : cgi.local_addr )
211
};
212
213
// Event before recording
0 commit comments