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