Explorar el Código

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

This probably needs further discussion
jangliss hace 16 años
padre
commit
df73f17aef
Se han modificado 3 ficheros con 5 adiciones y 2 borrados
  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)
 --------------------------------------