diff options
author | justdave%syndicomm.com <> | 2001-04-26 11:16:03 +0000 |
---|---|---|
committer | justdave%syndicomm.com <> | 2001-04-26 11:16:03 +0000 |
commit | 717c718b16704fd0b0a451f4dcfbce9cd120d773 (patch) | |
tree | 007149d40d736849b4da863b3f0d87e0dd1997db | |
parent | Added .htaccess files for shadow/, data/, and /. (diff) | |
download | bugzilla-717c718b16704fd0b0a451f4dcfbce9cd120d773.tar.gz bugzilla-717c718b16704fd0b0a451f4dcfbce9cd120d773.tar.bz2 bugzilla-717c718b16704fd0b0a451f4dcfbce9cd120d773.zip |
Backing out .htaccess commit, these don't belong here yet. It broke checksetup.pl, too.
-rw-r--r-- | .htaccess | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 423b63089..000000000 --- a/.htaccess +++ /dev/null @@ -1,7 +0,0 @@ -<Files globals.pl> -deny from all -</Files> -<Files localconfig> -deny from all -</Files> -allow from all |