Protect unit_test directory from access with .htaccess containing 'deny from all'. Suggestion

by Jonathan Ernst <jonathan@ernstfamily.ch>
This commit is contained in:
Chris Morgan
2006-07-07 15:57:11 +00:00
committed by WineHQ
parent f357d8dc07
commit 07d12874d8

3
unit_test/.htaccess Normal file
View File

@@ -0,0 +1,3 @@
# default permissions
# prevent web access to this directory
deny from all