mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Add .php3 as a mime type because of .php3 files left-overs
This commit is contained in:
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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user