aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2010-06-11 12:48:06 -0700
committerDiva Canto2010-06-11 12:48:06 -0700
commit556e91d33cad4e7b4b0c57b4010e77cd4ab27773 (patch)
treeef9078ae7cdb04a5f99ac920832e8d2161df6b6b /bin
parentInventory offers and subsequent notifications of acceptance/decline now worki... (diff)
parentAdd the AllowLightShareFunctions example (diff)
downloadopensim-SC_OLD-556e91d33cad4e7b4b0c57b4010e77cd4ab27773.zip
opensim-SC_OLD-556e91d33cad4e7b4b0c57b4010e77cd4ab27773.tar.gz
opensim-SC_OLD-556e91d33cad4e7b4b0c57b4010e77cd4ab27773.tar.bz2
opensim-SC_OLD-556e91d33cad4e7b4b0c57b4010e77cd4ab27773.tar.xz
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 38febc2..b14206a 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -935,6 +935,9 @@
935 935
936 ; Allow the use of os* functions (some are dangerous) 936 ; Allow the use of os* functions (some are dangerous)
937 AllowOSFunctions = false 937 AllowOSFunctions = false
938
939 ; Allow the user of LightShare functions
940 AllowLightShareFunctions = false
938 941
939 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe 942 ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
940 OSFunctionThreatLevel = VeryLow 943 OSFunctionThreatLevel = VeryLow