Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/wordfenc.../lib
File: wfIPWhitelist.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Addresses should be in human readable format as a single IP (e.g. 1.2.3.4) or CIDR (e.g. 1.2.3.4/32)
[2] Fix | Delete
*/
[3] Fix | Delete
$wfIPWhitelist = array(
[4] Fix | Delete
'private' => array(
[5] Fix | Delete
//We've modified this and removed some addresses which may be routable on the Net and cause auto-whitelisting.
[6] Fix | Delete
//'0.0.0.0/8', #Broadcast addr
[7] Fix | Delete
'10.0.0.0/8', #Private addrs
[8] Fix | Delete
//'100.64.0.0/10', #carrier-grade-nat for comms between ISP and subscribers
[9] Fix | Delete
'127.0.0.0/8', #loopback
[10] Fix | Delete
//'169.254.0.0/16', #link-local when DHCP fails e.g. os x
[11] Fix | Delete
'172.16.0.0/12', #private addrs
[12] Fix | Delete
'192.0.0.0/29', #used for NAT with IPv6, so basically a private addr
[13] Fix | Delete
//'192.0.2.0/24', #Only for use in docs and examples, not for public use
[14] Fix | Delete
//'192.88.99.0/24', #Used by 6to4 anycast relays
[15] Fix | Delete
'192.168.0.0/16', #Used for local communications within a private network
[16] Fix | Delete
//'198.18.0.0/15', #Used for testing of inter-network communications between two separate subnets
[17] Fix | Delete
//'198.51.100.0/24', #Assigned as "TEST-NET-2" in RFC 5737 for use solely in documentation and example source code and should not be used publicly.
[18] Fix | Delete
//'203.0.113.0/24', #Assigned as "TEST-NET-3" in RFC 5737 for use solely in documentation and example source code and should not be used publicly.
[19] Fix | Delete
//'224.0.0.0/4', #Reserved for multicast assignments as specified in RFC 5771
[20] Fix | Delete
//'240.0.0.0/4', #Reserved for future use, as specified by RFC 6890
[21] Fix | Delete
//'255.255.255.255/32', #Reserved for the "limited broadcast" destination address, as specified by RFC 6890
[22] Fix | Delete
),
[23] Fix | Delete
'wordfence' => array(
[24] Fix | Delete
'54.68.32.247', // Central @ AWS
[25] Fix | Delete
'44.235.211.232',
[26] Fix | Delete
'54.71.203.174'
[27] Fix | Delete
),
[28] Fix | Delete
);
[29] Fix | Delete
[30] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function