Add .php3 as a mime type because of .php3 files left-overs

This commit is contained in:
loic
2003-09-11 15:18:59 +00:00
parent 278aa2cc75
commit 0b4fb8a1dc

View File

@@ -34,6 +34,10 @@ case "$1" in
. /usr/share/wwwconfig-common/php.get
# Set up web server.
for server in $webservers ; do
typestr='application/x-httpd-php'
extension='.php3'
. /usr/share/wwwconfig-common/apache-addtype_all.sh
. /usr/share/wwwconfig-common/apache-php.get
. /usr/share/wwwconfig-common/apache-run.get
trustuser=$webuser
#