Added warnings for ultrasafe and safe security modes (#30515)

This commit is contained in:
Jordan Brown
2017-09-09 20:39:49 -04:00
committed by CitadelStationBot
parent 1769b0272a
commit eaeaae7bef
2 changed files with 24 additions and 0 deletions
+5
View File
@@ -458,3 +458,8 @@ GLOBAL_LIST_INIT(ghost_others_options, list(GHOST_OTHERS_SIMPLE, GHOST_OTHERS_DE
#define SHELLEO_ERRORLEVEL 1
#define SHELLEO_STDOUT 2
#define SHELLEO_STDERR 3
//server security mode
#define SECURITY_SAFE 1
#define SECURITY_ULTRASAFE 2
#define SECURITY_TRUSTED 3