From: Sascha Schumann Date: Sat, 3 Jul 1999 18:13:43 +0000 (+0000) Subject: would be logical to enable display source mode X-Git-Tag: BEFORE_REMOVING_GC_STEP1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daca96353e6ae5a460471c19b0fd324173d85c94;p=php would be logical to enable display source mode --- diff --git a/mod_php4.c b/mod_php4.c index 3a96cc80c1..4ad7055a98 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); }