summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6_relay.php
Commit message (Collapse)AuthorAgeFilesLines
* Required fields in Services pagesPhil Davis2017-01-301-2/+2
| | | | (cherry picked from commit 24b82516e0baac87316245427e870a36fbcda4ac)
* DHCPv6 Relay Form_IpAddress is V6Phil Davis2016-12-131-1/+2
| | | | (cherry picked from commit 3cb06e5ffaa4d101267825715e777ace1fa30f41)
* Improve input validation for services_dhcpv6_relayPhil Davis2016-12-131-7/+13
| | | | | Make the same imrovements as was done for services_dhcp_relay in commit https://github.com/pfsense/pfsense/commit/ac999f3b7894bd8d5fc35419a22cc2df39416e42 (cherry picked from commit 03444470be5c4c2d713873342acb04793c2aa561)
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-43/+41
|
* 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().
* Fix DHCPv6 Server detection on DHCPv6 Relay page.k-paulius2016-02-141-1/+1
|
* Use print_info_box() to generate alertsk-paulius2016-02-141-1/+1
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Internationalize services_d*Phil Davis2016-01-261-1/+1
|
* add call gettext function in the services menubruno2016-01-251-1/+1
|
* Fix reading of server list on page loadStephen Beaver2016-01-021-3/+5
|
* Fixed #5717Stephen Beaver2015-12-301-23/+22
|
* Change alert box color to successStephen Beaver2015-12-281-1/+1
|
* Remove $closehead variableColin Fleming2015-12-191-1/+0
| | | | Remove unused variable $closehead
* Code style services dhcp dnsmasq dyndnsPhil Davis2015-12-161-13/+16
|
* 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
* 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.
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-27/+52
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-112/+100
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+216
OpenPOWER on IntegriCloud