summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_testport.php
Commit message (Collapse)AuthorAgeFilesLines
* Code style www diag more bitsPhil Davis2015-05-271-86/+86
|
* Code style usr-local-www diagPhil Davis2015-04-191-17/+24
|
* Commit 89f171b changed result returned by ↵k-paulius2015-03-231-4/+4
| | | | get_possible_traffic_source_addresses() from indexed to associative array. Updating affected code.
* Pencil symbolsPhil Davis2015-03-091-3/+3
| | | | | | | | | These are places in the GUI where the cursor sits not in the far left side of the input box and there is odd-looking white space to the left of the cursor. Normally there would be a little input graphic in the white space to the left of the cursor (a pencil, a computer screen, a lock symbol...) This change makes the pencil be displayed in all those places.
* Improving aesthetics.xbipin2015-01-131-1/+1
| | | | | Make title color more consistent with other pages. Improving aesthetics.
* Allow blank source port in diag_testportPhil Davis2015-01-021-15/+10
| | | | Reported by forum https://forum.pfsense.org/index.php?topic=86146.0 Also, if there are input validation errors, save the user-entered data and re-display it, making it easier for the user to just correct the data in error and press Test again. It was blanking out all the entered data.
* 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-1/+1
|
* Fix input validation logic on diag_testport.php, escape more shell arguments ↵jim-p2014-08-041-3/+3
| | | | for good measure
* Tidy up "diag_testport.php" XHTMLColin Fleming2014-05-171-14/+25
| | | | | | | | | Add SUMMARY to TABLES Close INPUT tags Update HTML Boolean operators Change PRE tag to a TEXTAREA tag and add JavaScript code to take off warp Add missing closing FONT, closing BODY and closing HTML tags
* xhtml Complianceayvis2014-03-141-6/+6
| | | replaced <br>, <br/> and </br> with <br />
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* Add scope to target when it is a link-local, it helps ticket #3150Renato Botelho2013-08-201-4/+13
|
* Show IPv6 link-local IPs as specific sources for ping, traceroute, and port ↵jim-p2013-04-261-1/+1
| | | | testing.
* Fixup source address options on Test Port page.jim-p2013-04-021-21/+23
|
* Update PHP shorthand tagColin Fleming2013-01-141-2/+2
| | | | Standardise all PHP start tags from "<?" to "<?PHP"
* Fix some typosjim-p2013-01-111-4/+4
|
* Add a page to perform tcp connection tests to check if a host is responding ↵jim-p2013-01-101-0/+266
on a given port.
OpenPOWER on IntegriCloud