From 96e196a9dd697791ce1254e1f12b638c3ba811de Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Tue, 1 Jan 2013 23:23:08 +0000 Subject: Clarify that AllowLightShareFunctions setting is false, which is the default in OpenSimDefaults.ini and the code. --- bin/OpenSim.ini.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 8ce508a..658b993 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -791,8 +791,9 @@ ;; Allow the use of os* functions (some are dangerous) ; AllowOSFunctions = false - ;# {AllowLightShareFunctions} {Enabled:true [LightShare]enable_windlight:true} {Allow LightShare functions?} {true false} true - ; Allow the user of LightShare functions + ;# {AllowLightShareFunctions} {Enabled:false [LightShare]enable_windlight:true} {Allow LightShare functions?} {true false} false + ; Allow the use of LightShare functions. + ; The setting enable_windlight = true must also be enabled in the [LightShare] section. ; AllowLightShareFunctions = false ;# {OSFunctionThreatLevel} {Enabled:true AllowOSFunctions:true} {OSFunction threat level? (DANGEROUS!)} {None VeryLow Low Moderate High VeryHigh Severe} VeryLow -- cgit v1.1