X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=cgi.c;h=c4438b06153978c1b59c78bb19b527d4006e9d77;hp=7b47e7da9666dfa6292477ba6aaef0ab5697e068;hb=eb098bcfb6b8ee61cb6ce164aea7f847ffa30dcb;hpb=1f4c517bb889413e55ccee466d9dfe79156092e8 diff --git a/cgi.c b/cgi.c index 7b47e7d..c4438b0 100644 --- a/cgi.c +++ b/cgi.c @@ -107,6 +107,7 @@ static bool check_cgi_path(struct path_info *pi, const char *url) } struct dispatch_handler cgi_dispatch = { + .script = true, .check_path = check_cgi_path, .handle_request = cgi_handle_request, };