summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-11-10 11:42:27 +0000
committeradam <adam@pkgsrc.org>2010-11-10 11:42:27 +0000
commitf14688885ab74ae11f84bec533a2ad9341c207b7 (patch)
treec61ed4092b5714b9f06421852fda95a16a806d3a /mail
parentc6e0da591781d90c2b10425d8fb0336a451f2abb (diff)
downloadpkgsrc-f14688885ab74ae11f84bec533a2ad9341c207b7.tar.gz
Added Order and Allow
Diffstat (limited to 'mail')
-rw-r--r--mail/roundcube/files/roundcube.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/roundcube/files/roundcube.conf b/mail/roundcube/files/roundcube.conf
index d33735b209c..bde75a798af 100644
--- a/mail/roundcube/files/roundcube.conf
+++ b/mail/roundcube/files/roundcube.conf
@@ -1,4 +1,4 @@
-# $NetBSD: roundcube.conf,v 1.3 2008/05/04 16:34:03 adrianp Exp $
+# $NetBSD: roundcube.conf,v 1.4 2010/11/10 11:42:27 adam Exp $
#
# RoundCube configuration file fragment for Apache
@@ -7,6 +7,8 @@
</IfModule>
<Directory "@RCDIR@">
+ Order allow,deny
+ Allow from all
AllowOverride All
DirectoryIndex index.php
<IfModule mod_php4.c>