Added .htaccess file denying access to the remote-update-token.txt file.
authorManu Sporny <msporny@digitalbazaar.com>
Tue, 26 Jul 2011 18:11:06 -0400
changeset 74 f17d652d1d92
parent 64 b03c4e4a4b0f
child 78 d2d545c77e3f
Added .htaccess file denying access to the remote-update-token.txt file.
utils/.htaccess
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/utils/.htaccess	Tue Jul 26 18:11:06 2011 -0400
@@ -0,0 +1,5 @@
+<Files remote-update-token.txt>
+  order allow,deny
+  deny from all
+</Files>
+