Remove HTML from strings in diags files
Add security notes for privilege assignment pages
Suggested solution for Redmine 2247
Suppress error logging for Diag > Command Prompt so an error in user-entered code doesn't offer to submit a crash report. A notice is still generated since PHP <7 doesn't yet have error_clear_last(). Fixes #6702
Remove all calls to conf_mount_r* functions
Move copyright from ESF to Netgate
Move to Apache License 2.0
Review license / copyright on all files (final round)
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....
Fix form submission fields
Submitting one form may lead to any other filled forms to be also submitted. This commit fixes this flaw
(diag > command prompt) page styling
Swap the colors on Diag > Command back. Executing is dangerous, hence the warning.
Changed the button colors and icons. The fa-terminal wasn't doing it for me :)
Fix typo
Bring some consistency to the way most buttons are displayed (color, icons, etc). Ticket #5965
Still need to review Advanced buttons and Repeatable block buttons.
Renamed exec.php and edit.php