summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_upnp.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-1/+1
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style WWW StatusPhil Davis2015-05-151-39/+39
|
* Cleanup code logic status_upnpPhil Davis2015-05-141-4/+8
| | | | | | 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. Somebody with some various UPnP enabled and running should test this to see if the status page still works with this change. I think it only makes a difference if $rdr_entries has some lines in it that do not match the regex - in that case the old code might have displayed some rubbish or (almost?) duplicated rows.
* Tidy up "status_upnp.php" XHTMLColin Fleming2015-04-221-4/+4
| | | | Remove double line from table
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* add column for internal port on UPnP status pageDaniel Becker2014-05-051-3/+8
|
* standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-1/+1
| | | | packages.pfsense.org
* Fix PHP errors relating to using string offset as an arrayPhil Lavin2013-02-051-1/+1
|
* Another missed shortcutjim-p2012-08-111-0/+1
|
* Merge remote branch 'mainline/master'Vinicius Coque2010-07-261-1/+1
|\ | | | | | | | | | | | | | | Conflicts: usr/local/www/services_rfc2136.php usr/local/www/services_snmp.php usr/local/www/status_rrd_graph.php usr/local/www/status_rrd_graph_settings.php
| * Correct my email address, adjust copyright to 2010smos2010-07-241-1/+1
| |
* | Corrections gettext implementation on status_upnp.phpCarlos Eduardo Ramos2010-07-221-5/+5
| |
* | Implement gettext() calls on status_upnp.phpRafael Lucas2010-07-221-3/+3
|/
* Add NAT-PMP support to UPnP. Fixes #262. Thanks to Salvatore LaMendola for ↵jim-p2010-07-141-1/+1
| | | | the patch.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+4
| | | | include 2009 on files that I have asserted (C) on
* Add sorting ability to status -> UPNPScott Ullrich2009-08-201-3/+3
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Update pattern for rtable supportSeth Mos2008-07-161-1/+1
|
* Add product_copyright re-branding supportScott Ullrich2007-12-161-5/+0
| | | | | | | | Add product_copyright_years re-branding support Add product_website re-branding support Add product_email re-branding support Work sponsored-by: Centipede Networks
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* -move upnp_action to services.incRyan Wagoner2007-07-231-1/+1
| | | | | -make sure to clear rules when stopping miniupnpd -fix status_upnp and status_services pages so they use upnp_action and not the rcfile
* -fix div tag placement causing formatting issue when upnp disabledRyan Wagoner2007-05-231-1/+1
|
* -bump miniupnpd version 20070521Ryan Wagoner2007-05-231-12/+6
| | | | | -dropped status tab from upnp services page -dropped tabs from upnp status page
* MFC miniupnpd changes from Ryan WagonerScott Ullrich2006-12-261-4/+5
|
* MFC UPNP support6Scott Ullrich2006-11-291-0/+119
OpenPOWER on IntegriCloud