Move CARP settings from pkg XML to a real PHP page
https://redmine.pfsense.org/issues/647
Revert "Combine RTT and Loss so that IPV6 addresses do not cause spillage into other widgets." - until I find the code that does ajax as well.
This reverts commit 1d09d6dbcd80546aec7bc3a91d3c862b00662662.
Combine RTT and Loss so that IPV6 addresses do not cause spillage into other widgets.
Don't use $pconfig in widgets, it has unintended side effects.
Merge pull request #42 from Joecowboy/master
.
Update usr/local/www/widgets/javascript/cpu_graphs.js
making small fixes on jQuery code
Unbreak a number of explode() replacements which required preg_split()
The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.Replacing it surpresses all the warnings
Fix botched tag, add some line breaks
View revisions
Also available in: Atom