Added a very very very basic Web front end for admin use - ready to be used in sandbox mode for adding new accounts.

This commit is contained in:
MW
2007-03-26 16:51:50 +00:00
parent 7f18a96763
commit 42ba071276
8 changed files with 341 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ namespace OpenSim.Framework.Utilities
public class Util
{
private static Random randomClass = new Random();
private static uint nextXferID = 10000;
private static uint nextXferID = 5000;
private static object XferLock = new object();
public static ulong UIntsToLong(uint X, uint Y)