diff options
author | Sascha Schumann <sas@php.net> | 1999-07-03 18:13:43 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-07-03 18:13:43 +0000 |
commit | daca96353e6ae5a460471c19b0fd324173d85c94 (patch) | |
tree | 077e597288bc6fc08c5204961ce2cccd81eeb3f7 /mod_php4.c | |
parent | baa75917c8c992d5d176464a2e96e998dad92a33 (diff) | |
download | php-git-daca96353e6ae5a460471c19b0fd324173d85c94.tar.gz |
would be logical to enable display source mode
Diffstat (limited to 'mod_php4.c')
-rw-r--r-- | mod_php4.c | 2 |
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); } |