- Timestamp:
- Sep 18, 2024, 5:18:41 PM (2 months ago)
- Location:
- trunk
- Files:
-
- 2 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 } -
trunk/README
r32 r41 2 2 3 3 Put under public domain, except Server/strptime.{c,h}. 4 5 http://nishi.boats/tewi
Note:
See TracChangeset
for help on using the changeset viewer.