FCLT#53703 Bevinding 2 was verholpen maar kwam nog terug in de logging

svn path=/Website/branches/v2018.1/; revision=38812
This commit is contained in:
2018-08-14 13:11:08 +00:00
parent c92dfbf5e1
commit ed9a8ef2cf

View File

@@ -233,9 +233,9 @@ htmlLogger =
txt += " <span class='bodysize'>(body " + Request.TotalBytes + " bytes)</span>";
if (Session("userident"))
txt += ("<br><span class='orgurl'>User: " + Session("userident") + "</span>");
txt += ("<br><span class='orgurl'>User: " + Server.HTMLEncode(Session("userident")) + "</span>");
if (Session("fclt_realuser"))
txt += " Realuser: " + Session("fclt_realuser");
txt += " Realuser: " + Server.HTMLEncode(Session("fclt_realuser"));
var origin = Request.ServerVariables("HTTP_X_FCLT_CUST"); // Onze eigen putorders?
if (origin.Count)
txt += ("<br><span class='orgurl'>Origin: Putorders " + String(origin) + "</span>");