appdb/unit_test .htaccess

WineHQ wineowner at wine.codeweavers.com
Fri Jul 7 10:57:11 CDT 2006


ChangeSet ID:	26282
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2006/07/07 10:57:11

Added files:
	unit_test      : .htaccess 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	Protect unit_test directory from access with .htaccess containing 'deny from all'.  Suggestion
	by Jonathan Ernst <jonathan at ernstfamily.ch>

Patch: http://cvs.winehq.org/patch.py?id=26282

Old revision  New revision  Changes     Path
 Added         1.1           +0 -0       appdb/unit_test/.htaccess

Index: appdb/unit_test/.htaccess
diff -u -p /dev/null appdb/unit_test/.htaccess:1.1
--- /dev/null	7 Jul 2006 15:57:11 -0000
+++ appdb/unit_test/.htaccess	7 Jul 2006 15:57:11 -0000
@@ -0,0 +1,3 @@
+# default permissions
+# prevent web access to this directory
+deny from all



More information about the wine-cvs mailing list