From 9648f08dc9242b81632a640c87f66ab74c4c0047 Mon Sep 17 00:00:00 2001 From: Melanie Date: Fri, 11 Jun 2010 17:53:49 +0100 Subject: [PATCH] Add the AllowLightShareFunctions example --- bin/OpenSim.ini.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 38febc2835..b14206a066 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -935,6 +935,9 @@ ; Allow the use of os* functions (some are dangerous) AllowOSFunctions = false + + ; Allow the user of LightShare functions + AllowLightShareFunctions = false ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe OSFunctionThreatLevel = VeryLow