mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user