diff options
Diffstat (limited to 'sapi/thttpd')
| -rw-r--r-- | sapi/thttpd/thttpd_patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/thttpd/thttpd_patch b/sapi/thttpd/thttpd_patch index f9c3c51508..c81dd13ac8 100644 --- a/sapi/thttpd/thttpd_patch +++ b/sapi/thttpd/thttpd_patch @@ -71,7 +71,7 @@ diff -ur thttpd-2.19/libhttpd.c thttpd-2.19-t/libhttpd.c } hs->port = port; -+ hs->php_pattern = strdup("*.php"); ++ hs->php_pattern = strdup("**.php"); if ( cgi_pattern == (char*) 0 ) hs->cgi_pattern = (char*) 0; else |
