Fixed broken RFC1918 reference in contrib/.htaccess and doc/.htaccess (#2798839).
authorjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 2 Jun 2009 02:10:56 +0000 (02:10 +0000)
committerjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 2 Jun 2009 02:10:56 +0000 (02:10 +0000)
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
doc/.htaccess
doc/ChangeLog

index 8f339c4ca38b5f233610acd8a050cfb591573939..59c0f15bddecf608bc2ce634cd847c30fada6793 100644 (file)
@@ -2,4 +2,5 @@ Order Deny,Allow
 Deny from All
 Allow from 127
 Allow from 10
 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
index 8f339c4ca38b5f233610acd8a050cfb591573939..59c0f15bddecf608bc2ce634cd847c30fada6793 100644 (file)
@@ -2,4 +2,5 @@ Order Deny,Allow
 Deny from All
 Allow from 127
 Allow from 10
 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
index 4c829a591f1ce4481f50390382dcf61508de59d7..663ce72a8a5dd74ab3251dcc986f5ed9cb01376e 100644 (file)
@@ -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).
   - 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)
 --------------------------------------
 
 Version 1.5.1 (branched on 2006-02-12)
 --------------------------------------