summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_arp.php
Commit message (Collapse)AuthorAgeFilesLines
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-43/+42
|
* 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().
* Add "delete entry" for ARP tablestilez2016-06-221-0/+25
| | | | | | | | | Useful function in some circumstances - seems no reason not to have it. Uses IP rather than hostname since not all ARP entries have hostnames. Probably should also have "delete all" but not done that. (cherry picked from commit 6ea0d41e3c094a0977e7f0d022ec74276280b8ff)
* Diagnostics - Menu - PunctuationNOYB2016-04-261-1/+1
| | | | | | Clean up some punctuation. (cherry picked from commit 3728bbe5a5340a770ebe3feb526485c28888cdde)
* Destroy reference after foreachNewEraCracker2016-03-071-0/+1
| | | | As recommended at https://secure.php.net/manual/en/control-structures.foreach.php
* Make diag_arp info an infoblockPhil Davis2016-01-221-2/+7
| | | I might find a few of these while looking at various print_info_block calls, but this one for a start that works well as infoblock blockopen.
* Add some more Bootsrap panelsColin Fleming2016-01-051-0/+7
| | | | | | | | | | | | | | | | "firewall_aliases.php" - add gettext to the H2 tag - remove debug code "sevices_igmpproxy.php" "services_pppoe.php" "vpn_ipsec_keys.php" "status_gateways.php" "status_gateway_groups.php" "statis_services.php" "diag_arp.php" "diag_ndp.php" - add Bootstrap panels
* 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-2/+2
|
* Fix SCRIPT tag in "diag_arp.php"Colin Fleming2015-12-031-2/+3
| | | | | Add missing double quote Tidy up coding style
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* 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.
* Add tr/td to empty tbodys for Microsoft IEStephen Beaver2015-11-191-1/+3
|
* Experimental table sortingStephen Beaver2015-11-091-1/+2
|
* 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 branch 'master' into bootstrapRenato Botelho2015-08-261-79/+96
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+365
OpenPOWER on IntegriCloud