diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2018-06-13 18:44:37 +0300 | 
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2018-06-13 18:44:37 +0300 | 
| commit | f77de22d4de7c5d036f2258134c43c495fe43e50 (patch) | |
| tree | c3a6acc9e584bfe90fba1bc2c5812d1fdac5ab43 | |
| parent | f17668cc77f001656d9235887e1ff1529007747e (diff) | |
network test fixes2
| -rw-r--r-- | indra/newview/llviewernetwork.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llviewernetwork.cpp b/indra/newview/llviewernetwork.cpp index 37e0b47365..9f6d606a22 100644 --- a/indra/newview/llviewernetwork.cpp +++ b/indra/newview/llviewernetwork.cpp @@ -63,7 +63,7 @@ const std::string  GRID_LOGIN_IDENTIFIER_TYPES = "login_identifier_types";  const std::string GRID_SLURL_BASE = "slurl_base";  const std::string GRID_APP_SLURL_BASE = "app_slurl_base"; -const std::string DEFAULT_LOGIN_PAGE = "https://viewer-splash.secondlife.com"; +const std::string DEFAULT_LOGIN_PAGE = "https://viewer-splash.secondlife.com/";  const std::string MAIN_GRID_LOGIN_URI = "https://login.agni.lindenlab.com/cgi-bin/login.cgi"; | 
