Changeset 440 for TFP-WebServer/WebServer/src/Web.cs
- Timestamp:
- May 24, 2023, 4:53:49 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TFP-WebServer/WebServer/src/Web.cs
r434 r440 271 271 } 272 272 273 if (!handler.IsAuthorizedForHandler (_context .Connection, _context.PermissionLevel)) {273 if (!handler.IsAuthorizedForHandler (_context)) { 274 274 _context.Response.StatusCode = (int)HttpStatusCode.Forbidden; 275 275 if (_context.Connection != null) {
Note:
See TracChangeset
for help on using the changeset viewer.