Merge pull request #2676 from Citadel-Station-13/upstream-merge-30515

[MIRROR] Added warnings for ultrasafe and safe security modes
This commit is contained in:
LetterJay
2017-09-11 17:54:18 -05:00
committed by GitHub
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