diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-12-02 00:10:49 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-12-02 00:10:49 +0100 |
commit | b94ffcb1f443efa0c790441853984ea5aa5e4c31 (patch) | |
tree | a533d45f525c158405049605b1f49414a1189fca /.htaccess | |
parent | 7027d7998e3ae3e3b3f5450f28ff50ddca94b951 (diff) | |
download | bugzilla-b94ffcb1f443efa0c790441853984ea5aa5e4c31.tar.gz bugzilla-b94ffcb1f443efa0c790441853984ea5aa5e4c31.tar.xz |
Back out bug 1138463. This fix is actually incorrect and the bug was correctly fixed by bug 1223790
a=dkl on IRC
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -5,12 +5,7 @@ Deny from all </IfVersion> <IfVersion >= 2.4> - <IfModule mod_perl.c> - Deny from all - </IfModule> - <IfModule !mod_perl.c> - Require all denied - </IfModule> + Require all denied </IfVersion> </IfModule> <IfModule !mod_version.c> |