commit | 30c05ea76521bc9407c48088cc2205c38637fb32 | [log] [tgz] |
---|---|---|
author | Frank Gevaerts <frank@gevaerts.be> | Sat May 19 22:55:34 2012 +0200 |
committer | Frank Gevaerts <frank@gevaerts.be> | Sat May 19 22:55:34 2012 +0200 |
tree | c68fc5864e0849547665d12a537f44a7461c464b | |
parent | f385380cda803303eea0600197664cc048546a2e [diff] [blame] |
Add top-level .htaccess file. Change-Id: Id8c56627df4724413101734fe2be59f6e940f31d
diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..0155c32 --- /dev/null +++ b/.htaccess
@@ -0,0 +1,6 @@ +<Files missingchars.ini> + ForceType 'text/plain; charset=UTF-8' +</Files> +<Files update.php> + Deny from all +</Files>