summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_wol_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Add reason to write_config() calldoktornotor2017-03-071-1/+1
|
* Fix syntax error in services_wol_edit.phpPhil Davis2017-02-261-2/+0
|
* GET/POST conversionsSteve Beaver2017-02-141-9/+11
|
* Remove unneeded sprint and gettext in setHelpPhil Davis2017-02-031-2/+2
|
* Required fields in Services pagesPhil Davis2017-01-301-2/+2
|
* Check for duplicate Wake on LAN entriesPhil Davis2017-01-131-0/+7
| | | Currently it is posible to enter an interface+MAC combination that is already in the WoL list. That seems silly.
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* 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-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().
* Services / Wake-on-LAN - Remove PersonalizationsNOYB2016-03-311-1/+1
| | | | Remove "you" personalizations.
* Renamed 'Wake on LAN' to 'Wake-on-LAN'k-paulius2016-02-131-3/+3
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Code style servicesPhil Davis2015-12-171-1/+2
|
* 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 and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+3
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Completed #5359Stephen Beaver2015-10-301-26/+51
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-63/+42
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+180
OpenPOWER on IntegriCloud