From cc205c60ae1a886db40d493651b0d766f4645899 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Tue, 21 Dec 1999 19:40:27 +0000 Subject: Correct PHP's mime type. --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index 7201592f7f..a1ec7cba1d 100644 --- a/main/php.h +++ b/main/php.h @@ -246,7 +246,7 @@ extern int ap_vsnprintf(char *, size_t, const char *, va_list); #define DONT_FREE 0 #define DO_FREE 1 -#define PHP3_MIME_TYPE "application/x-httpd-php3" +#define PHP_MIME_TYPE "application/x-httpd-php" /* macros */ #undef MIN -- cgit v1.2.1