summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_ndp.php
Commit message (Collapse)AuthorAgeFilesLines
* Add expiration field to NDP listingSergio Carlos Morales Angeles2017-04-231-7/+18
|
* Escape IPv6 when passed to ndp delete commandSergio Carlos Morales Angeles2017-04-201-1/+1
|
* Add ability to delete NDP entrySergio Carlos Morales Angeles2017-04-161-2/+29
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* 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().
* Destroy reference after foreachNewEraCracker2016-03-071-0/+1
| | | | As recommended at https://secure.php.net/manual/en/control-structures.foreach.php
* Convert this endif's missed by last commitNewEraCracker2016-01-071-1/+1
|
* Convert short open tags to full tagsNewEraCracker2016-01-071-1/+1
| | | | | | Short open tag is discouraged since it is only available if enabled See https://secure.php.net/manual/en/language.basic-syntax.phptags.php
* 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/+3
|
* 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
* Remove $Id stuff from comment headersPhil Davis2015-11-091-1/+1
| | | | Completes cleanup of header stuff for these files
* Diag reviewPhil Davis2015-11-091-1/+1
|
* Remove $Id stuff from comment headersPhil Davis2015-11-091-1/+1
| | | | Completes cleanup of header stuff for these files
* Diag reviewPhil Davis2015-11-091-7/+7
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-2/+3
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* bootstrap usr/local/www a to e minor editsPhil Davis2015-08-311-2/+2
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-101/+96
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+184
OpenPOWER on IntegriCloud