Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  bin
  captiveportal
  etc
  openssl
  pkg
  sbin
  share
  www

Latest revisions

# Date Author Comment
a5d6bf80 05/15/2015 07:12 AM Phil Davis

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!

c8f1c7bd 05/14/2015 10:30 PM Chris Buechler

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.

429112ac 05/14/2015 02:43 PM Renato Botelho

Move pt_BR translation from ISO to UTF-8

af64370b 05/14/2015 02:35 PM Renato Botelho

Move pt_BR directory, it's moving from ISO to UTF-8

861f0124 05/14/2015 11:51 AM Renato Botelho

Merge pull request #1658 from phil-davis/patch-4

1ab739c7 05/14/2015 11:50 AM Renato Botelho

Merge pull request #1657 from phil-davis/patch-3

e240d261 05/14/2015 11:49 AM Renato Botelho

Merge pull request #1656 from phil-davis/patch-2

8119bdb3 05/14/2015 11:48 AM Renato Botelho

Merge pull request #1655 from phil-davis/patch-1

fa201d63 05/14/2015 11:04 AM Phil Davis

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...

037d118f 05/14/2015 06:33 AM Phil Davis

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