diff options
author | Charles Krinke | 2008-02-18 03:14:31 +0000 |
---|---|---|
committer | Charles Krinke | 2008-02-18 03:14:31 +0000 |
commit | 3df36523cb8814b71b8327c19185d73075ee41dc (patch) | |
tree | c0204f72d5fbdc1764275a45e32bb4f816eecf19 /bin/OpenSim.ini.example | |
parent | ODE: Tired of floating above the ground after crossing a border? Boy have I ... (diff) | |
download | opensim-SC_OLD-3df36523cb8814b71b8327c19185d73075ee41dc.zip opensim-SC_OLD-3df36523cb8814b71b8327c19185d73075ee41dc.tar.gz opensim-SC_OLD-3df36523cb8814b71b8327c19185d73075ee41dc.tar.bz2 opensim-SC_OLD-3df36523cb8814b71b8327c19185d73075ee41dc.tar.xz |
Thank you very much, Hashbox for:
Changed the public IsAdministrator back to protected,
now checks Config to see whether it is allowed to run or not.
Defaults to false (not allowed).
To use add the following to OpenSim.ini
[LL-Functions]
AllowosConsoleCommand=true
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 1c96534..3335646 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -259,3 +259,7 @@ CompileWithDebugInformation=true | |||
259 | ; Remove old scripts on next startup | 259 | ; Remove old scripts on next startup |
260 | CleanUpOldScriptsOnStartup=true | 260 | CleanUpOldScriptsOnStartup=true |
261 | 261 | ||
262 | [LL-Functions] | ||
263 | ; Set the following to true to allow administrator owned scripts to execute console commands | ||
264 | AllowosConsoleCommand=false | ||
265 | |||