diff options
author | Justin Clark-Casey (justincc) | 2013-01-01 23:23:08 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-01-01 23:23:08 +0000 |
commit | 96e196a9dd697791ce1254e1f12b638c3ba811de (patch) | |
tree | d3941b5e54bfc17126c18eb2b126752966b6ebfc /bin | |
parent | Remove out-of-date and unused xsd schemas (diff) | |
download | opensim-SC_OLD-96e196a9dd697791ce1254e1f12b638c3ba811de.zip opensim-SC_OLD-96e196a9dd697791ce1254e1f12b638c3ba811de.tar.gz opensim-SC_OLD-96e196a9dd697791ce1254e1f12b638c3ba811de.tar.bz2 opensim-SC_OLD-96e196a9dd697791ce1254e1f12b638c3ba811de.tar.xz |
Clarify that AllowLightShareFunctions setting is false, which is the default in OpenSimDefaults.ini and the code.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ | |||
791 | ;; Allow the use of os* functions (some are dangerous) | 791 | ;; Allow the use of os* functions (some are dangerous) |
792 | ; AllowOSFunctions = false | 792 | ; AllowOSFunctions = false |
793 | 793 | ||
794 | ;# {AllowLightShareFunctions} {Enabled:true [LightShare]enable_windlight:true} {Allow LightShare functions?} {true false} true | 794 | ;# {AllowLightShareFunctions} {Enabled:false [LightShare]enable_windlight:true} {Allow LightShare functions?} {true false} false |
795 | ; Allow the user of LightShare functions | 795 | ; Allow the use of LightShare functions. |
796 | ; The setting enable_windlight = true must also be enabled in the [LightShare] section. | ||
796 | ; AllowLightShareFunctions = false | 797 | ; AllowLightShareFunctions = false |
797 | 798 | ||
798 | ;# {OSFunctionThreatLevel} {Enabled:true AllowOSFunctions:true} {OSFunction threat level? (DANGEROUS!)} {None VeryLow Low Moderate High VeryHigh Severe} VeryLow | 799 | ;# {OSFunctionThreatLevel} {Enabled:true AllowOSFunctions:true} {OSFunction threat level? (DANGEROUS!)} {None VeryLow Low Moderate High VeryHigh Severe} VeryLow |