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 9ed9ea3 commit 69177cbCopy full SHA for 69177cb
system/includes/BugReport.cfm
@@ -190,7 +190,7 @@ A reporting template about exceptions in your ColdBox Apps
190
</tr>
191
<tr>
192
<td align="right" class="info"> Host & Server: </td>
193
- <td >#encodeForHTML( CGI.http_host )# #encodeForHTML( local.thisInetHost )#</td>
+ <td >#encodeForHTML( CGI.HTTP_HOST )# #encodeForHTML( local.thisInetHost )#</td>
194
195
196
<td align="right" class="info">Query String: </td>
0 commit comments