From 6a64cd597b36411fa01d681c693786750b68c92c Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Tue, 5 Nov 2002 09:53:59 +0000 Subject: Fix for bug 156548: XUL implementation of duplicates report. --- checksetup.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 3a60a3937..aa91c3a34 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -837,8 +837,12 @@ END open HTACCESS, ">data/.htaccess"; print HTACCESS <<'END'; # nothing in this directory is retrievable unless overriden by an .htaccess -# in a subdirectory +# in a subdirectory; the only exception is duplicates.rdf, which is used by +# duplicates.xul and must be loadable over the web deny from all + + allow from all + END close HTACCESS; chmod $fileperm, "data/.htaccess"; -- cgit v1.2.3-24-g4f1b