summaryrefslogtreecommitdiff
path: root/mod_php4.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-07-03 18:13:43 +0000
committerSascha Schumann <sas@php.net>1999-07-03 18:13:43 +0000
commitdaca96353e6ae5a460471c19b0fd324173d85c94 (patch)
tree077e597288bc6fc08c5204961ce2cccd81eeb3f7 /mod_php4.c
parentbaa75917c8c992d5d176464a2e96e998dad92a33 (diff)
downloadphp-git-daca96353e6ae5a460471c19b0fd324173d85c94.tar.gz
would be logical to enable display source mode
Diffstat (limited to 'mod_php4.c')
-rw-r--r--mod_php4.c2
1 files changed, 1 insertions, 1 deletions
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);
}