Changeset 435 for binary-improvements2/WebServer/src/Commands
- Timestamp:
- May 18, 2023, 12:20:16 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements2/WebServer/src/Commands/WebPermissionsCmd.cs
r434 r435 82 82 } 83 83 84 if (permissionLevelString.EqualsCaseInsensitive ( "inherit")) {84 if (permissionLevelString.EqualsCaseInsensitive (AdminWebModules.MethodLevelInheritKeyword)) { 85 85 if (isGlobal) { 86 86 SdtdConsole.Instance.Output ($"Permission level can not use the 'inherit' keyword with the 'global' method keyword.");
Note:
See TracChangeset
for help on using the changeset viewer.