瀏覽代碼

Fixed broken RFC1918 reference in contrib/.htaccess and doc/.htaccess (#2798839).

This probably needs further discussion
jangliss 16 年之前
父節點
當前提交
df73f17aef
共有 3 個文件被更改,包括 5 次插入2 次删除
  1. 2 1
      contrib/.htaccess
  2. 2 1
      doc/.htaccess
  3. 1 0
      doc/ChangeLog

+ 2 - 1
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

+ 2 - 1
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

+ 1 - 0
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)
 --------------------------------------