diff options
author | bouyer <bouyer> | 2002-03-29 20:48:53 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2002-03-29 20:48:53 +0000 |
commit | 9c97be3a3531eb5b1aafdc45da47e191c0b8f4d9 (patch) | |
tree | af2798701cfa26bd49f080fd9fd017ff535f3353 /www | |
parent | 6b95bf62a00172d9b1e420f489f268cb0b98ce05 (diff) | |
download | pkgsrc-9c97be3a3531eb5b1aafdc45da47e191c0b8f4d9.tar.gz |
Remove references to PHPLIBDIR, as it doesn't exists any more.
PR pkg/16115 by Kimmo Suominen.
Diffstat (limited to 'www')
-rw-r--r-- | www/horde/files/horde.conf.dist | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/horde/files/horde.conf.dist b/www/horde/files/horde.conf.dist index 8b35d5e2d78..486d89f3320 100644 --- a/www/horde/files/horde.conf.dist +++ b/www/horde/files/horde.conf.dist @@ -1,4 +1,4 @@ -# $NetBSD: horde.conf.dist,v 1.3 2002/02/01 22:41:16 bouyer Exp $ +# $NetBSD: horde.conf.dist,v 1.4 2002/03/29 20:48:53 bouyer Exp $ # # Horde configuration file fragment for Apache @@ -36,10 +36,6 @@ Order deny,allow Deny from all </Directory> -<Directory "@PHPLIBDIR@"> - Order deny,allow - Deny from all -</Directory> <Directory "@HORDEDIR@/po"> Order deny,allow Deny from all |