diff options
author | Ermal <eri@pfsense.org> | 2014-02-20 20:06:27 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2014-02-20 20:06:27 +0000 |
commit | 77148acc985691da628369cc762f81a8b87d258f (patch) | |
tree | 948532700f4f1ee8f280bca9fce926a80050575e /etc | |
parent | bf416e499619e71f2fd226a0ed6ab41c13d0bc24 (diff) | |
download | pfsense-77148acc985691da628369cc762f81a8b87d258f.zip pfsense-77148acc985691da628369cc762f81a8b87d258f.tar.gz |
s/PEAR.php/PEAR.inc/
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/IPv6.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/IPv6.inc b/etc/inc/IPv6.inc index cd4caf1..61b6cd8 100644 --- a/etc/inc/IPv6.inc +++ b/etc/inc/IPv6.inc @@ -309,7 +309,7 @@ class Net_IPv6 } else { - include_once 'PEAR.php'; + include_once 'PEAR.inc'; return PEAR::raiseError(NET_IPV6_NO_NETMASK_MSG, NET_IPV6_NO_NETMASK); @@ -372,7 +372,7 @@ class Net_IPv6 if (null == $bits) { - include_once 'PEAR.php'; + include_once 'PEAR.inc'; return PEAR::raiseError(NET_IPV6_NO_NETMASK_MSG, NET_IPV6_NO_NETMASK); @@ -995,7 +995,7 @@ class Net_IPv6 } else { - include_once 'PEAR.php'; + include_once 'PEAR.inc'; return PEAR::raiseError(NET_IPV6_NO_NETMASK_MSG, NET_IPV6_NO_NETMASK); |