commit | fe163e9b1fe45393676dd937c246b1498c683641 | [log] [tgz] |
---|---|---|
author | Solomon Peachy <pizza@shaftnet.org> | Wed Apr 01 21:43:19 2020 -0400 |
committer | Solomon Peachy <pizza@shaftnet.org> | Wed Apr 01 23:11:33 2020 -0400 |
tree | 71d7025957bee3d695cab053d1b2cd30339007d7 | |
parent | 6936827e1e741e2e00615e4f717c4b4ed4304255 [diff] [blame] |
Update htaccess to exclude rockbox dir
diff --git a/.htaccess b/.htaccess index 0155c32..e9d9a8e 100644 --- a/.htaccess +++ b/.htaccess
@@ -4,3 +4,6 @@ <Files update.php> Deny from all </Files> +<Files rockbox> + Deny from all +</Files>