Initialize variables correctly
1) gmirror.inc: there are two calls to exec(), those calls expect the 2nd parameter to be an array, this commit initializes the variables correctly. 2) system.php: variable dnslist is used as an array without prior type initialization. This is one of the causes for apparent PR #2680 problems (which led to its reversal). Note: After this commit is merged PR #2680 may be safely reapplied for more tough code.
Revert PR 2680
Merge branch 'master' of github.com:dennypage/pfsense
Properly check the parent's MTU when changing a VLAN MTU.
Fixes the editing of PPP entries.
Fixes the PHP warnings, hide/unhide of selected interface(s) fields, improve the MTU check.
If exist, print the friendly interface name next to device name.
Fixed #5914COntrol panels via jQuery for more control
Merge pull request #2678 from TheUbuntuGuy/master
Merge pull request #2670 from NOYB/HTML_Compliance_-_Diagnostics_/_Configuration_History
Fix #5916 Do not complain about duplicated blank DNS server entries
Reported by redmine https://redmine.pfsense.org/issues/5916
View revisions
Also available in: Atom