From 67daa655f6d769fd7c56e0abc6006ade5fda18e5 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 20 Aug 2000 09:37:15 +0000 Subject: [PATCH] Execute PHP scripts everywhere (not only in the top-level directory) --- sapi/thttpd/thttpd_patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0