Delete IF_URNDIS.KO
rename
Create loader.conf.locat
ndis driver
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.
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
Fixing debug errors.
hideCheckbox. The 'o' is important. And use js instead of php like we're supposed to.
Change array index to use php-style
Add fixed suggested by jim-p
View revisions
Also available in: Atom