Update to Laragon Portable 3.3

This commit is contained in:
Khoa Le
2018-07-18 11:22:49 +07:00
parent b40d0b0fea
commit 2b3a15d000
614 changed files with 204871 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
Alias /adminer "C:/wamp/etc/apps/adminer/"
# to give access from outside
# replace the lines
#
# Require local
#
# by
#
# Require all granted
#
<Directory "C:/wamp/etc/apps/adminer/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Require local
</Directory>