aboutsummaryrefslogtreecommitdiffstats
path: root/databases/phpmyadmin
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-05-28 23:02:02 +0800
committerpav <pav@FreeBSD.org>2006-05-28 23:02:02 +0800
commita423e9146cd4ebc73d285d01a1edc06004b8e666 (patch)
tree13135896031cc0397874ab814e6b2cceda804bae /databases/phpmyadmin
parent00d038a4976a1bec3dca3891daf935f9e7bb959d (diff)
downloadfreebsd-ports-gnome-a423e9146cd4ebc73d285d01a1edc06004b8e666.tar.gz
freebsd-ports-gnome-a423e9146cd4ebc73d285d01a1edc06004b8e666.tar.zst
freebsd-ports-gnome-a423e9146cd4ebc73d285d01a1edc06004b8e666.zip
- Fix syntax error in pkg-message's Apache configuration example
PR: ports/98045 Submitted by: Brian Gourlie <bgourlie@gmail.com> Approved by: maintainer
Diffstat (limited to 'databases/phpmyadmin')
-rw-r--r--databases/phpmyadmin/files/pkg-message.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/phpmyadmin/files/pkg-message.in b/databases/phpmyadmin/files/pkg-message.in
index 5a01bfd7c4f0..34fbb55d1919 100644
--- a/databases/phpmyadmin/files/pkg-message.in
+++ b/databases/phpmyadmin/files/pkg-message.in
@@ -14,7 +14,7 @@ that you add something like the following to httpd.conf:
Options none
AllowOverride Limit
- Order Deny, Allow
+ Order Deny,Allow
Deny from all
Allow from 127.0.0.1 .example.com
</Directory>