From 3df36523cb8814b71b8327c19185d73075ee41dc Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Mon, 18 Feb 2008 03:14:31 +0000 Subject: 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 --- bin/OpenSim.ini.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/OpenSim.ini.example') 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 ; Remove old scripts on next startup CleanUpOldScriptsOnStartup=true +[LL-Functions] +; Set the following to true to allow administrator owned scripts to execute console commands +AllowosConsoleCommand=false + -- cgit v1.1