Always send version and channel to the login page

This commit is contained in:
Latif Khalifa
2013-07-29 19:08:02 +02:00
parent 6088ed50a8
commit 74c3903393

View File

@@ -795,12 +795,9 @@ void LLPanelLogin::loadLoginPage()
params["firstlogin"] = "TRUE"; // not bool: server expects string TRUE params["firstlogin"] = "TRUE"; // not bool: server expects string TRUE
} }
if(login_page_str.find("secondlife.com") == -1) params["version"]= llformat("%d.%d.%d (%d)",
{ gVersionMajor, gVersionMinor, gVersionPatch, gVersionBuild);
params["version"]= llformat("%d.%d.%d (%d)", params["channel"] = gVersionChannel;
gVersionMajor, gVersionMinor, gVersionPatch, gVersionBuild);
params["channel"] = gVersionChannel;
}
// Grid // Grid