From 5bb6c440f673f7a7738666aee59106be76036afe Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Tue, 10 Feb 2009 14:32:35 +0000 Subject: fix region_limit example in OpenSim.ini.example --- bin/OpenSim.ini.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 76ae234..8edd231 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -504,8 +504,8 @@ InterregionComms = "RESTComms" ; we can limit the number of regions that XmlRpcCreateRegion will ;allow by setting this to a positive, non-0 number: as long as the ;number of regions is below region_limits, XmlRpcCreateRegion will - ;succeed. setting region_limits to 0 disables the check. - ;region_limits = 0 + ;succeed. setting region_limit to 0 disables the check. + ;region_limit = 0 enabled_methods = all ; enable only those methods you deem to be appropriate using a | delimited whitelist -- cgit v1.1