diff options
Diffstat (limited to 'sapi/apache/mod_php4.c')
-rw-r--r-- | sapi/apache/mod_php4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index bbdbc8b0b7..e411604720 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -411,7 +411,7 @@ static char *php_apache_get_default_mimetype(request_rec *r SLS_DC) mimetype = pstrdup(r->pool, tmpmimetype); efree(tmpmimetype); } else { - mimetype = SAPI_DEFAULT_CONTENT_TYPE; + mimetype = SAPI_DEFAULT_MIMETYPE "; charset=" SAPI_DEFAULT_CHARSET; } return mimetype; } |