summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_traceroute.php
Commit message (Collapse)AuthorAgeFilesLines
* add call gettext function for translatebruno2016-01-211-1/+1
|
* Cleanup of diag_traceroutePhil Davis2016-01-171-35/+34
| | | | | | | 1) Internationalize 2) If there was a problem, then display it with print_info_box() up the top of the page. 3) Redisplay the user-selected IP protocol and source IP after a test. Previously those user selections always got reset to IPv4, any. 4) Remove some useless code that unset($do_traceroute) when it had happily been set to false a little earlier. 5) Remove some useless code that set $host when it had already been set a little earlier.
* IMHO this looks better in 'pre' tags than nl2brNewEraCracker2016-01-071-1/+1
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-5/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style usr local www a-ePhil Davis2015-12-141-4/+7
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* For Diag > Ping and Diag > Traceroute, only perform the action on POST, not ↵jim-p2015-11-111-8/+9
| | | | by following a link/GET. Fixes #5400
* Diag reviewPhil Davis2015-11-091-10/+10
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-1/+3
|
* Merge with bootstrapPhil Davis2015-09-031-1/+1
|\
| * bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
| |
* | bootstrap usr/local/www a to e minor editsPhil Davis2015-08-311-12/+12
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-150/+157
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+218
OpenPOWER on IntegriCloud