stas 02/02/05 07:03:20
Modified: perl-framework/t/modules autoindex2.t
Log:
- the auth-required sub-dir shouldn't show up in the mod_autoindex's
listing
Revision Changes Path
1.3 +1 -1 httpd-test/perl-framework/t/modules/autoindex2.t
Index: autoindex2.t
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/t/modules/autoindex2.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- autoindex2.t 5 Feb 2002 13:25:18 -0000 1.2
+++ autoindex2.t 5 Feb 2002 15:03:20 -0000 1.3
@@ -24,7 +24,7 @@
# 0 == should not appear
my %dirs = (
dir_normal => 1, # obvious
- dir_protected => 1, #
+ dir_protected => 0, #
dir_broken => 0, #
);