From 932f274627059b461f91aa2bbebdd899febaf891 Mon Sep 17 00:00:00 2001 From: rurban Date: Sat, 23 Dec 2006 13:50:06 +0000 Subject: [PATCH] allow only local tests git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5253 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- tests/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/.htaccess diff --git a/tests/.htaccess b/tests/.htaccess new file mode 100644 index 000000000..0f0282f99 --- /dev/null +++ b/tests/.htaccess @@ -0,0 +1,4 @@ +# $Id: .htaccess,v 1.1 2006-12-23 13:50:06 rurban Exp $ +Order Deny,Allow +Deny from all +Allow from localhost -- 2.45.0