Misc default value changes
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ Framework.prototype.run = function()
|
||||
}
|
||||
|
||||
Dragonfly.Info(
|
||||
this.HTTP.request.remoteAddr + " "
|
||||
( this.HTTP.request.raw.headers[ "x-forwarded-for" ] || this.HTTP.request.remoteAddr ) + " "
|
||||
+ method + ": " + encodeURI( this.HTTP.request.raw.url )
|
||||
+ " - " + this.HTTP.request.raw.headers["user-agent"]
|
||||
, Dragonfly.Visibility.VISIBLE
|
||||
|
||||
Reference in New Issue
Block a user