From 2600c421b6171602417f39d2751da9f7799fe01d Mon Sep 17 00:00:00 2001 From: jangliss Date: Tue, 2 Jun 2009 02:10:56 +0000 Subject: [PATCH] Fixed broken RFC1918 reference in contrib/.htaccess and doc/.htaccess (#2798839). This probably needs further discussion git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13778 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- contrib/.htaccess | 3 ++- doc/.htaccess | 3 ++- doc/ChangeLog | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/contrib/.htaccess b/contrib/.htaccess index 8f339c4c..59c0f15b 100644 --- a/contrib/.htaccess +++ b/contrib/.htaccess @@ -2,4 +2,5 @@ Order Deny,Allow Deny from All Allow from 127 Allow from 10 -Allow from 192 +Allow from 172.16 +Allow from 192.168 \ No newline at end of file diff --git a/doc/.htaccess b/doc/.htaccess index 8f339c4c..59c0f15b 100644 --- a/doc/.htaccess +++ b/doc/.htaccess @@ -2,4 +2,5 @@ Order Deny,Allow Deny from All Allow from 127 Allow from 10 -Allow from 192 +Allow from 172.16 +Allow from 192.168 \ No newline at end of file diff --git a/doc/ChangeLog b/doc/ChangeLog index 4c829a59..663ce72a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -319,6 +319,7 @@ Version 1.5.2 - SVN - Bug Report plugin not handling multiple same key capabilities (thread/auth) (#2796007). - Removed the shut down DSBL blocklists (#2796734). + - Fixed broken RFC1918 reference in contrib/.htaccess and doc/.htaccess (#2798839). Version 1.5.1 (branched on 2006-02-12) -------------------------------------- -- 2.25.1