summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-02-20 20:06:27 +0000
committerErmal <eri@pfsense.org>2014-02-20 20:06:27 +0000
commit77148acc985691da628369cc762f81a8b87d258f (patch)
tree948532700f4f1ee8f280bca9fce926a80050575e /etc
parentbf416e499619e71f2fd226a0ed6ab41c13d0bc24 (diff)
downloadpfsense-77148acc985691da628369cc762f81a8b87d258f.zip
pfsense-77148acc985691da628369cc762f81a8b87d258f.tar.gz
s/PEAR.php/PEAR.inc/
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/IPv6.inc6
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);
OpenPOWER on IntegriCloud