Internationalize edit and exec
Note: in the end, edit.php has only whitespace format changes.
Merge pull request #2440 from phil-davis/panel-heading
Consistent panel-heading h2
Make all the panel-heading uses also have consistent <h2class="panel-title"> so they all display the same size.Forum https://forum.pfsense.org/index.php?topic=105275.0
All simple php echo to short
Short version is far more used than long php echo. This brings all code to same standard where possible.
Improve the output of exec.php
...And fix a possible XSS when executing PHP commands
...But we all know XSS is the least of concenrs here :P
Convert short open tags to full tags
Short open tag is discouraged since it is only available if enabled
See https://secure.php.net/manual/en/language.basic-syntax.phptags.php
Remove $closehead variable
Remove unused variable $closehead
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
Code style usr local www a-e
clean up command prompt page
Type up SCRIPT tags
Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.
Be consistent with "Download file"
The download section is headed "Download file" but the upload section was "Upload a file".Be consistent - I have chosen to change to "Upload file".Could just as easily make the download heading "Download a file".Not sure it matters - just use the same convention in both places.
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
Correction per Phil Davis
First batch of copyright updates
Now uses tempnam() generated file name
Comment typo
Experimental: Fixes #5288
Fixed #5343
Fix Command Prompt Download and Upload when not in English - Redmine #5343 for master
This one is broken in master (as well as RELENG_2_2) and this code fixes it.
Allow pre-filling (but no automatic action) of the download filename on exec.php.
Fixed #5101Removed new line/space before closing
Fixed #5101system() command replaced with exec()
Duplicated code in exec.php bootstrap
I am not sure why these lines had been duplicated, so please explain if it does something that is needed.
Merge branch 'master' into bootstrap
Move main pfSense content to src/