diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-22 20:31:35 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-22 20:32:29 +0100 |
commit | f9dad9ffdd41c00d1fc7420f2f55983c7f6df8bc (patch) | |
tree | fa1d4aefea25736e73e078ef9083b25664494c43 /uhttpd.h | |
parent | d6366570bf706f3970b7f106a1ccd49b584559cf (diff) |
cgi: compare the physical path instead of the url to detect quirky urls
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'uhttpd.h')
-rw-r--r-- | uhttpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ struct config { const char *file; const char *error_handler; const char *cgi_prefix; + const char *cgi_docroot_path; const char *cgi_path; const char *lua_handler; const char *lua_prefix; |