Skip to content
Snippets Groups Projects
Commit 09594214 authored by Leyla Farazha's avatar Leyla Farazha
Browse files

EXP-679 As a linden executive, I would like to evaluate the success of basic...

EXP-679 As a linden executive, I would like to evaluate the success of basic mode against various metrics
parent 8c7d9bbd
No related branches found
No related tags found
No related merge requests found
......@@ -558,6 +558,18 @@ void LLLoginInstance::constructAuthParams(LLPointer<LLCredential> user_credentia
requested_options.append("buddy-list");
requested_options.append("newuser-config");
requested_options.append("ui-config");
//send this info to login.cgi for stats gathering
//since viewerstats isn't reliable enough
if (gSavedSettings.getString("SessionSettingsFile").empty())
{
requested_options.append("advanced-mode");
}
else
{
requested_options.append("basic-mode");
}
#endif
requested_options.append("max-agent-groups");
requested_options.append("map-server-url");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment