Started to add a few features to the web front end that should be useful during debugging.

First such feature is that you can see a list of any connected clients inventory.
This commit is contained in:
MW
2007-03-30 10:14:15 +00:00
parent b2ae86dd6a
commit d14a24d5ca
7 changed files with 77 additions and 31 deletions

View File

@@ -199,7 +199,7 @@ namespace OpenSim
}
}
AdminWebFront adminWebFront = new AdminWebFront("Admin", LocalWorld, adminLoginServer);
AdminWebFront adminWebFront = new AdminWebFront("Admin", LocalWorld, InventoryCache, adminLoginServer);
adminWebFront.LoadMethods( HttpServer );
m_console.WriteLine("Main.cs:Startup() - Starting HTTP server");