Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  priv
  simplepie
auth.inc 56.6 KB
auth_check.inc 1.39 KB
auth_func.inc 1.84 KB
authgui.inc 12 KB
captiveportal.inc 83.9 KB
certs.inc 27.1 KB
config.console.inc 16.5 KB
config.gui.inc 1.99 KB
config.inc 5.44 KB
config.lib.inc 28.2 KB
copyget.inc 2.61 KB
copynotice.inc 2.83 KB
crypt.inc 2.4 KB
dyndns.class 92.9 KB
easyrule.inc 14.4 KB
filter.inc 149 KB
filter_log.inc 20.9 KB
functions.inc 1.2 KB
globals.inc 8.56 KB
gmirror.inc 10.7 KB
gwlb.inc 66.7 KB
interfaces.inc 195 KB
interfaces_fast.inc 8.38 KB
ipsec.attributes.php 4.46 KB
ipsec.auth-user.php 3.62 KB
ipsec.inc 21.8 KB
itemid.inc 3.14 KB
led.inc 6.09 KB
meta.inc 4.63 KB
notices.inc 14.3 KB
openvpn.attributes.php 4.35 KB
openvpn.auth-user.php 5.33 KB
openvpn.inc 60 KB
openvpn.tls-verify.php 2.21 KB
parser_dhcpv6_leases.inc 19.1 KB
parser_ipv6.inc 8 KB
pfsense-utils.inc 92.6 KB
phpsessionmanager.inc 2.27 KB
pkg-utils.inc 41.9 KB
priv.defs.inc 87.7 KB
priv.inc 7.14 KB
r53.class 6.42 KB
radius.inc 36.7 KB
rrd.inc 36.5 KB
service-utils.inc 22.1 KB
services.inc 89.1 KB
shaper.inc 120 KB
system.inc 70.3 KB
tools_for_debugging_n_testing.inc 9.47 KB
unbound.inc 27.2 KB
upgrade_config.inc 165 KB
util.inc 76.1 KB
voucher.inc 22.5 KB
vpn.inc 57.7 KB
vslb.inc 17.5 KB
wizardapp.inc 32.9 KB
xmlparse.inc 9.99 KB
xmlparse_attr.inc 5.87 KB
xmlreader.inc 7.54 KB
xmlrpc_client.inc 5.56 KB

Latest revisions

# Date Author Comment
592b9dfa 05/08/2018 01:25 PM Steve Beaver

PHP7 - Resolve illegal null in escapeshellarg() error

1c306dae 05/08/2018 12:22 PM Steve Beaver

PHP7 - Resolve Illegal string offset warning

aba7f367 05/07/2018 12:51 PM Steve Beaver

Merge branch 'master' of gitlab.netgate.com:pfsense/pfsense

5c4fcabc 05/04/2018 06:52 PM Renato Botelho

Remove references for new classes instances adding a temporary variable. We will revisit it later

769ae881 05/04/2018 05:57 PM Steve Beaver

PHP7 - Resolve illegal offset error

6ae5d9cb 05/04/2018 01:46 PM Renato Botelho

Check for valid array before call foreach()

caf4d712 05/03/2018 09:10 PM Steve Beaver

Merge pull request #3781 from PiBa-NL/20170712-defaultgateway-group

65cde57f 05/03/2018 09:05 PM Steve Beaver

Merge pull request #3918 from RepositPower/default-route-preference-in-radvd.conf

feae1ba4 05/03/2018 09:02 PM Peter Berbec

Add array check

Even though I now set `$ns` equal to `array_unique(get_nameservers()`, just to be safe we check with `is_array($ns)` and set it to a blank array if not. Shouldn't ever happen, but an extra error avoidance test is better than a hard to track down bug later.

0637a69b 05/03/2018 09:02 PM Peter Berbec

scope error?

Error on reboot.

```
[04-Apr-2018 02:21:54 EST5EDT] PHP Warning: in_array() expects parameter 2 to be array, null given in /etc/inc/system.inc on line 1380
```

I believe this is because $ns is defined inside the above for loop. pulling it out of the loop

View revisions

Also available in: Atom