diff options
author | UbitUmarov | 2018-12-16 20:18:26 +0000 |
---|---|---|
committer | UbitUmarov | 2018-12-16 20:18:26 +0000 |
commit | 921364e877438e4dff9a4a8a582453a0140431bc (patch) | |
tree | 8cb882a3dc34c0a3f209ed96c4931fe28a4c9989 /bin | |
parent | Enables the buildin Caps ServerReleaseNotes (diff) | |
download | opensim-SC-921364e877438e4dff9a4a8a582453a0140431bc.zip opensim-SC-921364e877438e4dff9a4a8a582453a0140431bc.tar.gz opensim-SC-921364e877438e4dff9a4a8a582453a0140431bc.tar.bz2 opensim-SC-921364e877438e4dff9a4a8a582453a0140431bc.tar.xz |
several changes to last patch
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 8253b4e..7d744ac 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -816,7 +816,7 @@ | |||
816 | Cap_SendPostcard = "" | 816 | Cap_SendPostcard = "" |
817 | Cap_SendUserReport = "" | 817 | Cap_SendUserReport = "" |
818 | Cap_SendUserReportWithScreenshot = "" | 818 | Cap_SendUserReportWithScreenshot = "" |
819 | Cap_ServerReleaseNotes = "" | 819 | Cap_ServerReleaseNotes = "localhost" |
820 | Cap_SimConsole = "" | 820 | Cap_SimConsole = "" |
821 | Cap_SimulatorFeatures = "" | 821 | Cap_SimulatorFeatures = "" |
822 | Cap_SetDisplayName = "" | 822 | Cap_SetDisplayName = "" |
@@ -2270,11 +2270,8 @@ | |||
2270 | DwellModule = DefaultDwellModule | 2270 | DwellModule = DefaultDwellModule |
2271 | 2271 | ||
2272 | [ServerReleaseNotes] | 2272 | [ServerReleaseNotes] |
2273 | ;; This enabled the build in Server Release Notes | 2273 | ;; Comment to disable |
2274 | Enabled = false | 2274 | ServerReleaseNotesURL = http://opensimulator.org/wiki/0.9.0.1_Release |
2275 | ;; Set this to the URL of your Release Notes | ||
2276 | ;; {ServerReleaseNotesURL} {} {Set this to the URL of your Release Notes} {} | ||
2277 | ServerReleaseNotesURL = http://localhost/ReleaseNotes.html | ||
2278 | 2275 | ||
2279 | [Modules] | 2276 | [Modules] |
2280 | Include-modules = "addon-modules/*/config/*.ini" | 2277 | Include-modules = "addon-modules/*/config/*.ini" |