mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-14 10:30:20 -07:00
Improved MS security
This commit is contained in:
parent
b4b26cb583
commit
cdc3d65fe8
10 changed files with 42 additions and 54 deletions
|
|
@ -29,18 +29,6 @@ public final class ServerConstants {
|
|||
*/
|
||||
public static final OperatingSystem OS = System.getProperty("os.name").toUpperCase().contains("WIN") ? OperatingSystem.WINDOWS : OperatingSystem.UNIX;
|
||||
|
||||
/**
|
||||
* The administrators.
|
||||
*/
|
||||
public static final String[] ADMINISTRATORS = {
|
||||
"redsparr0w",
|
||||
};
|
||||
|
||||
public static final String[] DATABASE_NAMES = {
|
||||
"server",
|
||||
"global",
|
||||
};
|
||||
|
||||
/**
|
||||
* Stops from instantiating.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue