summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/exec.php
Commit message (Collapse)AuthorAgeFilesLines
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent. Convert page title to title case.
* Convert section titles to title casek-paulius2016-02-101-3/+3
|
* Internationalize edit and execPhil Davis2016-01-171-4/+4
| | | | Note: in the end, edit.php has only whitespace format changes.
* Merge pull request #2440 from phil-davis/panel-headingStephen Beaver2016-01-141-1/+1
|\
| * Consistent panel-heading h2Phil Davis2016-01-141-1/+1
| | | | | | | | | | | | Make all the panel-heading uses also have consistent <h2 class="panel-title"> so they all display the same size. Forum https://forum.pfsense.org/index.php?topic=105275.0
* | All simple php echo to shortNewEraCracker2016-01-141-1/+1
|/ | | | Short version is far more used than long php echo. This brings all code to same standard where possible.
* Improve the output of exec.phpNewEraCracker2016-01-081-11/+8
| | | | | | ...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 tagsNewEraCracker2016-01-071-1/+1
| | | | | | 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 variableColin Fleming2015-12-191-1/+0
| | | | Remove unused variable $closehead
* 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
* Code style usr local www a-ePhil Davis2015-12-141-5/+9
|
* clean up command prompt pageJared Dillard2015-11-301-21/+30
|
* Type up SCRIPT tagsColin Fleming2015-11-291-2/+5
|
* 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.
* Be consistent with "Download file"Phil Davis2015-11-171-1/+1
| | | | | | 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 cleanupRenato Botelho2015-11-091-3/+4
| | | | | | - 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-2/+1
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-0/+3
|
* Now uses tempnam() generated file nameStephen Beaver2015-10-261-3/+4
|
* Comment typoStephen Beaver2015-10-261-2/+2
|
* Experimental: Fixes #5288Stephen Beaver2015-10-261-3/+19
|
* Fixed #5343Stephen Beaver2015-10-261-6/+14
|
* Fix Command Prompt Download and Upload when not in English - Redmine #5343 ↵Phil Davis2015-10-251-2/+2
| | | | | 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 ↵jim-p2015-09-141-1/+1
| | | | exec.php.
* Fixed #5101Stephen Beaver2015-09-041-2/+2
| | | | Removed new line/space before closing </pre>
* Fixed #5101Stephen Beaver2015-09-041-43/+46
| | | | system() command replaced with exec()
* Duplicated code in exec.php bootstrapPhil Davis2015-08-311-3/+1
| | | I am not sure why these lines had been duplicated, so please explain if it does something that is needed.
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-185/+132
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+355
OpenPOWER on IntegriCloud