diff options
author | UbitUmarov | 2015-12-11 19:44:42 +0000 |
---|---|---|
committer | UbitUmarov | 2015-12-11 19:44:42 +0000 |
commit | b63a7d77054a887f191455839808c5bb2e2c2ad0 (patch) | |
tree | 4f76e010e81ee5fdfec7330a59a68ed1a4df03a0 /OpenSim/Region/OptionalModules/Avatar/Voice | |
parent | fix backup control flag, still a bad merge effect (diff) | |
download | opensim-SC-b63a7d77054a887f191455839808c5bb2e2c2ad0.zip opensim-SC-b63a7d77054a887f191455839808c5bb2e2c2ad0.tar.gz opensim-SC-b63a7d77054a887f191455839808c5bb2e2c2ad0.tar.bz2 opensim-SC-b63a7d77054a887f191455839808c5bb2e2c2ad0.tar.xz |
change vivox url from https:// to http:// (merge issue)
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar/Voice')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs b/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs index f51527e..e02ffa8 100644 --- a/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs | |||
@@ -749,8 +749,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice | |||
749 | return channelUri; | 749 | return channelUri; |
750 | } | 750 | } |
751 | 751 | ||
752 | 752 | private static readonly string m_vivoxLoginPath = "http://{0}/api2/viv_signin.php?userid={1}&pwd={2}"; | |
753 | private static readonly string m_vivoxLoginPath = "https://{0}/api2/viv_signin.php?userid={1}&pwd={2}"; | ||
754 | 753 | ||
755 | /// <summary> | 754 | /// <summary> |
756 | /// Perform administrative login for Vivox. | 755 | /// Perform administrative login for Vivox. |