From b50191ca305911551e78a187fefc7c9a533ebbb9 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Thu, 8 Jun 2000 06:46:16 +0000 Subject: Fix typo. Submitted by: Chris D. Faulhaber --- www/mod_php4/Makefile | 2 +- www/mod_php5/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index b0460f1be6bd..33adeab19c18 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -77,7 +77,7 @@ post-install: @${ECHO} "DirectoryIndex index.php index.html" @${ECHO} "[...]" @${ECHO} "AddType application/x-httpd-php .php" - @${ECHO} "AddType application/x-httpd-php-source .php3" + @${ECHO} "AddType application/x-httpd-php-source .phps" @${ECHO} "[...]" @${ECHO} "*****************************************************************************" diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index b0460f1be6bd..33adeab19c18 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -77,7 +77,7 @@ post-install: @${ECHO} "DirectoryIndex index.php index.html" @${ECHO} "[...]" @${ECHO} "AddType application/x-httpd-php .php" - @${ECHO} "AddType application/x-httpd-php-source .php3" + @${ECHO} "AddType application/x-httpd-php-source .phps" @${ECHO} "[...]" @${ECHO} "*****************************************************************************" -- cgit v1.2.3