1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

would be logical to enable display source mode

This commit is contained in:
Sascha Schumann
1999-07-03 18:13:43 +00:00
parent baa75917c8
commit daca96353e

View File

@@ -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);
}