mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Repair x-query-string
This commit is contained in:
@@ -444,7 +444,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
|
||||
if (request.ContainsKey(key))
|
||||
{
|
||||
string val = (String)request[key];
|
||||
if (key == "")
|
||||
if (key != "")
|
||||
{
|
||||
queryString = queryString + key + "=" + val + "&";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user