Fixing comments re: INI file.

arthursv
Michael Cortez 2009-08-06 09:34:30 -07:00
parent c73a6ab7e0
commit 6244b8c384
1 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
/// [GROUPS] /// [GROUPS]
/// Enabled = true /// Enabled = true
/// ///
/// GroupsModule = GroupsModule /// Module = GroupsModule
/// NoticesEnabled = true /// NoticesEnabled = true
/// DebugEnabled = true /// DebugEnabled = true
/// ///
@ -67,8 +67,8 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
/// XmlRpcServiceReadKey = 1234 /// XmlRpcServiceReadKey = 1234
/// XmlRpcServiceWriteKey = 1234 /// XmlRpcServiceWriteKey = 1234
/// ///
/// GroupsMessagingModule = GroupsMessagingModule /// MessagingModule = GroupsMessagingModule
/// GroupsMessagingEnabled = true /// MessagingEnabled = true
/// ///
/// ; Disables HTTP Keep-Alive for Groups Module HTTP Requests, work around for /// ; Disables HTTP Keep-Alive for Groups Module HTTP Requests, work around for
/// ; a problem discovered on some Windows based region servers. Only disable /// ; a problem discovered on some Windows based region servers. Only disable