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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user