diff options
author | Cho <cho@lindenlab.com> | 2013-04-03 23:55:25 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-04-03 23:55:25 +0100 |
commit | a8e89fbb46730ca51241f4f0b51d06210e2cf347 (patch) | |
tree | 3a8d348d1d4e5ce77a83e7858831f3240660d9ce /indra/newview/llpanelpeople.cpp | |
parent | 06d06454b25fd6b97d81076ce93b573fc53c36f9 (diff) |
changed FBC Services redirect_uri for testing
Diffstat (limited to 'indra/newview/llpanelpeople.cpp')
-rw-r--r-- | indra/newview/llpanelpeople.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelpeople.cpp b/indra/newview/llpanelpeople.cpp index 6a83e84da1..93e8411eb7 100644 --- a/indra/newview/llpanelpeople.cpp +++ b/indra/newview/llpanelpeople.cpp @@ -80,7 +80,7 @@ static const std::string FBCTEST_TAB_NAME = "fbctest_panel"; static const std::string COLLAPSED_BY_USER = "collapsed_by_user"; static const std::string FBC_SERVICES_URL = "https://pdp15.lindenlab.com"; -static const std::string FBC_SERVICES_REDIRECT_URI = "https://pdp15.lindenlab.com/"; +static const std::string FBC_SERVICES_REDIRECT_URI = "http://axcho.com/secondlife/"; /** Comparator for comparing avatar items by last interaction date */ class LLAvatarItemRecentComparator : public LLAvatarItemComparator |