diff options
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-x | checksetup.pl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/checksetup.pl b/checksetup.pl index f20d1dcb2..b2bb97162 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -1015,9 +1015,6 @@ if ($my_create_htaccess) { <FilesMatch ^(.*\.pl|.*localconfig.*)$> deny from all </FilesMatch> -<FilesMatch ^(localconfig.js|localconfig.rdf)$> - allow from all -</FilesMatch> END close HTACCESS; chmod $fileperm, ".htaccess"; @@ -1033,11 +1030,6 @@ END print "Repairing .htaccess...\n"; open HTACCESS, '>', '.htaccess'; print HTACCESS $oldaccess; - print HTACCESS <<'END'; -<FilesMatch ^(localconfig.js|localconfig.rdf)$> - allow from all -</FilesMatch> -END close HTACCESS; } |