aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs
index 2ac1001..8ab9fd2 100644
--- a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs
+++ b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs
@@ -81,7 +81,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
81 internal static bool Secure = true; 81 internal static bool Secure = true;
82 internal static bool ExtendedEscape = true; 82 internal static bool ExtendedEscape = true;
83 internal static bool DumpAsset = false; 83 internal static bool DumpAsset = false;
84 internal static bool Fill = false; 84 internal static bool Fill = true;
85 internal static bool FlushEnabled = true; 85 internal static bool FlushEnabled = true;
86 internal static string Realm = "OpenSim REST"; 86 internal static string Realm = "OpenSim REST";
87 internal static string Scheme = AS_BASIC; 87 internal static string Scheme = AS_BASIC;