Add .php3 as a mime type because of .php3 files left-overs
This commit is contained in:
parent
278aa2cc75
commit
0b4fb8a1dc
4
debian/dolibarr.postinst
vendored
4
debian/dolibarr.postinst
vendored
@ -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
|
||||
#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user