diff options
author | Adam Frisby | 2009-03-04 22:14:40 +0000 |
---|---|---|
committer | Adam Frisby | 2009-03-04 22:14:40 +0000 |
commit | f3aac0fa4af4b503e9fdffe866ca7c179d41f6aa (patch) | |
tree | b896779b8a5b2809e15b5d6ca309c7c149fcf96c /bin/OpenSim.ini.example | |
parent | * For now, restore file extension for default oar name I accidentally removed... (diff) | |
download | opensim-SC_OLD-f3aac0fa4af4b503e9fdffe866ca7c179d41f6aa.zip opensim-SC_OLD-f3aac0fa4af4b503e9fdffe866ca7c179d41f6aa.tar.gz opensim-SC_OLD-f3aac0fa4af4b503e9fdffe866ca7c179d41f6aa.tar.bz2 opensim-SC_OLD-f3aac0fa4af4b503e9fdffe866ca7c179d41f6aa.tar.xz |
* Fleshed out the MRM Module a little.
* Please don't use this yet, it represents a very heavy security risk if you enable it.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index df25c28..dd71b44 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1058,3 +1058,6 @@ InterregionComms = "RESTComms" | |||
1058 | ; - the second number indicates how many scrips failed to compile | 1058 | ; - the second number indicates how many scrips failed to compile |
1059 | ; - "oar error" if supplied, provides the error message from the OAR load | 1059 | ; - "oar error" if supplied, provides the error message from the OAR load |
1060 | channel_notify = -800 | 1060 | channel_notify = -800 |
1061 | |||
1062 | [MRM] | ||
1063 | Enabled = false ; Enables the Mini Region Modules Script Engine. WARNING: SECURITY RISK. \ No newline at end of file | ||