From daca96353e6ae5a460471c19b0fd324173d85c94 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 3 Jul 1999 18:13:43 +0000 Subject: [PATCH] would be logical to enable display source mode --- mod_php4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_php4.c b/mod_php4.c index 3a96cc80c17..4ad7055a989 100644 --- a/mod_php4.c +++ b/mod_php4.c @@ -337,7 +337,7 @@ int send_parsed_php(request_rec * r) int send_parsed_php_source(request_rec * r) { - return send_php(r, 0, NULL); + return send_php(r, 1, NULL); }