Changeset 41 in Main for trunk/Module/mod_cgi.c
- Timestamp:
- Sep 18, 2024, 5:18:41 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Module/mod_cgi.c
r40 r41 18 18 } 19 19 20 int mod_request(struct tw_tool* tools, struct tw_http_request* req, struct tw_http_response* res) { return TW_MODULE_PASS; } 20 int mod_request(struct tw_tool* tools, struct tw_http_request* req, struct tw_http_response* res) { 21 res->status = 403; 22 return TW_MODULE_STOP; 23 }
Note:
See TracChangeset
for help on using the changeset viewer.