aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMichael Cerquoni2015-05-25 20:52:27 -0400
committerMichael Cerquoni2015-05-25 20:52:27 -0400
commitd271151504df5b44c36db0b831302da4c9356106 (patch)
treed1e13dab23cebf1de8b81cb63006b3682566d1b0 /bin
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-d271151504df5b44c36db0b831302da4c9356106.zip
opensim-SC_OLD-d271151504df5b44c36db0b831302da4c9356106.tar.gz
opensim-SC_OLD-d271151504df5b44c36db0b831302da4c9356106.tar.bz2
opensim-SC_OLD-d271151504df5b44c36db0b831302da4c9356106.tar.xz
fix file perms and change AllowLightshareFunctions to AllowLightShareFunctions
Diffstat (limited to 'bin')
-rw-r--r--[-rwxr-xr-x]bin/config-include/osslEnable.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini
index 7c53ec0..5dfa71c 100755..100644
--- a/bin/config-include/osslEnable.ini
+++ b/bin/config-include/osslEnable.ini
@@ -20,7 +20,7 @@
20 20
21 ; Allow the use of LightShare functions. 21 ; Allow the use of LightShare functions.
22 ; The setting enable_windlight = true must also be enabled in the [LightShare] section. 22 ; The setting enable_windlight = true must also be enabled in the [LightShare] section.
23 AllowLightshareFunctions = true 23 AllowLightShareFunctions = true
24 24
25 ; Threat level to allow. One of None, VeryLow, Low, Moderate, High, VeryHigh, Severe. 25 ; Threat level to allow. One of None, VeryLow, Low, Moderate, High, VeryHigh, Severe.
26 ; See http://opensimulator.org/wiki/Threat_level for more information on these levels. 26 ; See http://opensimulator.org/wiki/Threat_level for more information on these levels.