Ignore:
Timestamp:
May 18, 2023, 12:20:16 PM (18 months ago)
Author:
alloc
Message:

Added WebModules API POST support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements2/WebServer/src/Commands/WebPermissionsCmd.cs

    r434 r435  
    8282                        }
    8383
    84                         if (permissionLevelString.EqualsCaseInsensitive ("inherit")) {
     84                        if (permissionLevelString.EqualsCaseInsensitive (AdminWebModules.MethodLevelInheritKeyword)) {
    8585                                if (isGlobal) {
    8686                                        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.