Move copyright from ESF to Netgate
dse was under contract with BSDP for all the work he did, we own (c)
Review license / copyright on all files (final round)
chmod 0644 php web pages
Always use require_once
The usage of require() and require_once() throughout the system isinconsistent, and "bugs" come up now and then when the order of"requires" is a bit different and some require() happens after theinclude file is already included/required....
Merge pull request #2837 from phil-davis/we
(cherry picked from commit f4d13d55d7b15449780b5eb521f54d76d8279df5)
System / High Availability - Remove Personalizations
Remove "you" personalizations.
Renamed 'Wake on LAN' to 'Wake-on-LAN'
pfsync syncpeer requires IPv4. Ticket #4648
FInished password hiding logic by ensuring $_POST['password'] != DMYPWD before updating
Added new addPassword method and password == password_confirm validation where required.
Merge pull request #2274 from phil-davis/r019
Code style system_*
hasync synchronize DNS text
Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
Remove layer7 components. Ticket #5508
Fix a typo.
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
EOL whitespace and header consistency for www
Completed #5359
system_hasync.php - spelling/spacing fixes
Fix alias sync selection and text
bootstrap, use require_once for classes/Form.class.php
Merge branch 'master' into bootstrap
Move main pfSense content to src/