summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_traceroute.php
Commit message (Collapse)AuthorAgeFilesLines
* Remaining required fields for Diag pagesPhil Davis2017-01-241-2/+2
|
* Required fields in diagnosticsPhil Davis2017-01-221-1/+1
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Use -l with traceroute6 to show both IP Addresses and Hostnames when ↵jim-p2016-08-221-0/+6
| | | | resolving hops. Add note about max ttl/hop limit in source comment. Fixes #6715
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-44/+43
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Miscellaneous Textual CorrectionsNOYB2016-05-021-1/+1
|
* Diagnostics - Menu - PunctuationNOYB2016-04-261-3/+3
| | | | Clean up some punctuation.
* Fix syntax error in diag_traceroutePhil Davis2016-03-221-1/+1
| | | | The semi-colon is not needed here. Reported by forum: https://forum.pfsense.org/index.php?topic=108643.0
* Remove apparent pointless function (2nd occurance)stilez2016-03-211-13/+1
|
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-1/+1
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-1/+1
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-1/+9
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* 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