aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2010-06-11 17:53:49 +0100
committerMelanie2010-06-11 17:53:49 +0100
commit9648f08dc9242b81632a640c87f66ab74c4c0047 (patch)
tree168f6c6f54615a6ec4e4e9e989757737c9bb49b2 /bin
parentRemove the cm* function namespace (diff)
downloadopensim-SC_OLD-9648f08dc9242b81632a640c87f66ab74c4c0047.zip
opensim-SC_OLD-9648f08dc9242b81632a640c87f66ab74c4c0047.tar.gz
opensim-SC_OLD-9648f08dc9242b81632a640c87f66ab74c4c0047.tar.bz2
opensim-SC_OLD-9648f08dc9242b81632a640c87f66ab74c4c0047.tar.xz
Add the AllowLightShareFunctions example
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