Fix startingat var name typo in pkp.php
Even with this fix, the code does not make sense. The first test is:if ($startingat > -1)
if it gets into the else, then $startingat must be negative. But the test in the "else" tests for >1 ???
Someone who knows what it really is supposed to do could fix it!
Remove the "insert my MAC" feature from interfaces.php. It hasn't worked in a while (credit sbeaver for noticing), and the only thing it tends to accomplish is breaking people's connectivity from the system where they end up duplicating the MAC of their local system.
Move pt_BR translation from ISO to UTF-8
Move pt_BR directory, it's moving from ISO to UTF-8
Merge pull request #1658 from phil-davis/patch-4
Merge pull request #1657 from phil-davis/patch-3
Merge pull request #1656 from phil-davis/patch-2
Merge pull request #1655 from phil-davis/patch-1
Add some curlies in status_rrd_graph_img
These "if data" tests look like they should apply to all 4 lines below them.After sorting out this real-looking issue, I can mess with the rest of the formatting...
Cleanup code logic status_upnp
1) Variable $i is was set, incremented and not used.2) "if preg_match" at line 94 had no curlies after it, so it was only applying to the first line after it ($rdr_proto = ...) It really looks like "if preg_match"should apply to the whole code chunk - settings the various "rdr*" vars and then spitting out the "tr" with the various matches values in the row....
View revisions
Also available in: Atom