mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
small change to last commit
This commit is contained in:
@@ -58,11 +58,11 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
{
|
||||
try
|
||||
{
|
||||
if (openSim.ConfigSource.ConfigSource.Configs["RemoteAdmin"] != null &&
|
||||
openSim.ConfigSource.ConfigSource.Configs["RemoteAdmin"].GetBoolean("enabled", false))
|
||||
if (openSim.ConfigSource.Source.Configs["RemoteAdmin"] != null &&
|
||||
openSim.ConfigSource.Source.Configs["RemoteAdmin"].GetBoolean("enabled", false))
|
||||
{
|
||||
m_log.Info("[RADMIN]: Remote Admin Plugin Enabled");
|
||||
requiredPassword = openSim.ConfigSource.ConfigSource.Configs["RemoteAdmin"].GetString("access_password", String.Empty);
|
||||
requiredPassword = openSim.ConfigSource.Source.Configs["RemoteAdmin"].GetString("access_password", String.Empty);
|
||||
|
||||
m_app = openSim;
|
||||
m_httpd = openSim.HttpServer;
|
||||
|
||||
Reference in New Issue
Block a user