From 73bbe8098b5f9f0c65cbe043dbbb67410c97d9e7 Mon Sep 17 00:00:00 2001 From: rurban Date: Sun, 21 Jan 2007 23:30:46 +0000 Subject: [PATCH] Allow more local IPs git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5556 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- tests/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/.htaccess b/tests/.htaccess index 0f0282f99..25abbb24b 100644 --- a/tests/.htaccess +++ b/tests/.htaccess @@ -1,4 +1,4 @@ -# $Id: .htaccess,v 1.1 2006-12-23 13:50:06 rurban Exp $ +# $Id: .htaccess,v 1.2 2007-01-21 23:30:46 rurban Exp $ Order Deny,Allow Deny from all -Allow from localhost +Allow from localhost 192.168.1.0/24 -- 2.45.0