diff options
author | Oz Linden <oz@lindenlab.com> | 2011-07-26 10:40:05 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-07-26 10:40:05 -0400 |
commit | 6a52c25d2b1be2e5cfb5c006a1b8b18c0ed4ba97 (patch) | |
tree | ebb0091f5c244b16cb375d966b46549d7ca6dc9a | |
parent | dba72d25659d2a83cefaf17738cc14e5e7eabe28 (diff) |
storm-1510: remove loginpage url from settings file (per code review suggestion from Richard)
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 5ad62d28c0..4f5aa05b38 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -4872,7 +4872,7 @@ <key>Type</key> <string>String</string> <key>Value</key> - <string>http://viewer-login.agni.lindenlab.com/</string> + <string/> </map> <key>LosslessJ2CUpload</key> <map> |