Merge pull request #3535 from GPCsolutions/3.7-debian

FIX Syntax error in Debian Apache configuration
This commit is contained in:
Laurent Destailleur 2015-09-16 21:07:04 +02:00
commit 30ccd28d01

View File

@ -15,7 +15,7 @@ Alias /dolibarr /usr/share/dolibarr/htdocs
# Require all granted
# </IfVersion>
# <IfVersion < 2.3>
# Order allow, deny
# Order allow,deny
# Allow from all
# </IfVersion>
#
@ -27,7 +27,7 @@ Alias /dolibarr /usr/share/dolibarr/htdocs
Require all granted
</IfVersion>
<IfVersion < 2.3>
Order allow, deny
Order allow,deny
Allow from all
</IfVersion>