X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=lua.c;h=c6f27e91a56df3503f7f06c5e228e6aa9e54e9a0;hp=6bf5c24e6a0baa66ef9dfa6b5cb10859ee5de1f0;hb=ac7670faba12e23b8ec7e866dcfe1d98d3921b40;hpb=1f4c517bb889413e55ccee466d9dfe79156092e8 diff --git a/lua.c b/lua.c index 6bf5c24..c6f27e9 100644 --- a/lua.c +++ b/lua.c @@ -280,6 +280,7 @@ static bool check_lua_url(const char *url) } static struct dispatch_handler lua_dispatch = { + .script = true, .check_url = check_lua_url, .handle_request = lua_handle_request, };