SOURCES: roundcubemail.config - restore deny from all for config dir

glen glen at pld-linux.org
Sun Jun 18 01:10:50 CEST 2006


Author: glen                         Date: Sat Jun 17 23:10:50 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- restore deny from all for config dir

---- Files affected:
SOURCES:
   roundcubemail.config (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/roundcubemail.config
diff -u SOURCES/roundcubemail.config:1.5 SOURCES/roundcubemail.config:1.6
--- SOURCES/roundcubemail.config:1.5	Sun Jun 18 00:55:42 2006
+++ SOURCES/roundcubemail.config	Sun Jun 18 01:10:45 2006
@@ -13,3 +13,8 @@
 	Order deny,allow
 	Allow from all
 </Directory>
+
+<Directory /usr/share/roundcube/config>
+	Order allow,deny
+	Deny from all
+</Directory>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/roundcubemail.config?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list