summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_sockets.php
Commit message (Collapse)AuthorAgeFilesLines
* GET/POST conversionsSteve Beaver2017-02-141-1/+1
|
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-131-1/+1
| | | | functions - Diagnostics
* Remove HTML from strings in diags filesPhil Davis2017-02-051-11/+17
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Clean up the text on diag_sockets.php. Fixes #6708jim-p2016-08-221-14/+12
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* Update include() to include_once()Phil Davis2016-06-281-1/+1
| | | | | | | | | | For safety, use include_once() when including various "side" files. There are a couple of instances of include("guiconfig,inc") that I changes to use require_once() to be consistent with everywhere else. The remaining cases of include() are just (hundreds of) head.inc and footer.inc - those are only at the start/end of the ordinary top-level interactive PHP files. There is no nested interaction of those to think about, so that should be fine.
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-1/+4
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Internationalize remaining diag* codePhil Davis2016-01-171-1/+1
|
* Allow thee use of multiple infoblock on a pageStephen Beaver2016-01-111-1/+1
|
* Change the automatic information block to look for <div class="infoblock" ↵Stephen Beaver2016-01-071-1/+1
| | | | | | instrad of <div id="infoblock" Just makes more sense to use a class for this
* Adjust more calls to print_info_box with unquoted stringsNewEraCracker2016-01-071-1/+1
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+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-5/+6
|
* Tidy up some filesColin Fleming2015-11-291-0/+1
| | | | | | | | | | | | "status_rrd_graphcs.php" Remove opening curly bracket "diag_tables.php" Table header only has one column, however the table body has two, so add missing column in table header "diag_sockets.php" Add missing start TR tag
* 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.
* Completes #5400, #3999, #5405Stephen Beaver2015-11-101-2/+2
| | | | Mote: New ticket will be opened to provide IP address sorting
* Fixed #5404Stephen Beaver2015-11-091-90/+78
|
* Remove $Id stuff from comment headersPhil Davis2015-11-091-2/+0
| | | | Completes cleanup of header stuff for these files
* Diag reviewPhil Davis2015-11-091-7/+7
|
* bootstrap usr/local/www a to e minor editsPhil Davis2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-127/+120
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+181
OpenPOWER on IntegriCloud