summaryrefslogtreecommitdiffstats
path: root/usr/local/www/exec.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-18/+18
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* More www code style oddmentsPhil Davis2015-04-201-182/+192
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+2
|
* rename interfaces_carp_setup to interfaces_sync_setup and call it during ↵Ermal2014-10-151-1/+1
| | | | bootup since it does not only relate to carp interfaces.
* Make sure single quotes are encoded and avoid javascript injectionRenato Botelho2014-06-191-2/+2
|
* Fix indent and whitespacesRenato Botelho2014-06-191-6/+7
|
* Tidy up "exec.php" XHTMColin Fleming2014-05-171-23/+27
| | | | | | | | | | | Add "closehead" PHP variable Add CDATA sections to SCRIPTS and STYLES Add TYPE to STYLES Add hard space to closing PRE tag, otherwise if the PRE tag is empty it will error Add SUMMARY to TABLE Close INPUT tags Move closing FORM tag into DIV tag
* replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* Rmoeve register_long_arrays from php.ini and from php code the use of ↵Ermal2013-12-201-1/+1
| | | | HTTP_*_VARS as its deprecated and luckily low use in pfSense to win memory and compativility
* Value in attributes should be lower caseColin Fleming2013-02-071-1/+1
| | | | Value in the "method" attribute should be lower case
* Change ereg() to preg_match() functionccesario2012-07-011-1/+1
|
* Allow autocomplete on packet capture and exec, since it's convenient to have ↵jim-p2012-06-121-0/+2
| | | | a history there and there are no password fields.
* Redirect stderr to stdout on exec.php so errors are visible.jim-p2012-02-271-1/+1
|
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-3/+3
|
* Implement gettext() calls on exec.phpCarlos Eduardo Ramos2010-07-301-18/+18
|
* Fix IE downloading with HTTPSjim-p2010-04-271-2/+7
|
* Commit fix present in Ticket #244.Ermal Luçi2009-12-231-0/+2
|
* s/interfaces_carp_configure/interfaces_carp_setup/Ermal Luçi2009-11-241-2/+2
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-2/+3
| | | | include 2009 on files that I have asserted (C) on
* Only mount rw on $_POSTScott Ullrich2009-06-251-3/+5
|
* Back cols back by 10Scott Ullrich2008-08-301-1/+1
|
* Increase textarea size a bit more.Scott Ullrich2008-08-301-1/+1
|
* Increase size of textarea so that debugging is much easier whenScott Ullrich2008-08-281-1/+1
| | | | pasting large blobs of code.
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+29
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* guiconfig.inc needs to come first.Scott Ullrich2008-07-221-2/+1
| | | | Noticed-by: fernando.a.quintero@gmail.com
* Eliminate interfaces_carp_bring_up_final()Scott Ullrich2008-07-071-1/+1
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fixing css layoutSeth Mos2007-09-011-3/+3
|
* Unbreak exec.phpScott Ullrich2007-03-201-1/+1
|
* Unbreak exec.phpScott Ullrich2007-03-201-1/+0
|
* Fix cache bug in IE.Scott Ullrich2007-03-181-1/+3
| | | | Found in http://forum.m0n0.ch/index.php/topic,11.0.html
* MFC Seths most excellent RRD graphing itemsScott Ullrich2006-03-211-1/+2
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* * Fix page titleScott Ullrich2005-12-071-7/+1
| | | | * Make white space consistent after execute command
* Move value into the textarea tagScott Ullrich2005-11-071-1/+1
|
* Make left td consistentScott Ullrich2005-11-071-1/+1
|
* * Clean up interface, make consistentScott Ullrich2005-11-071-3/+55
| | | | * Add php execute command
* require head.incScott Ullrich2005-07-171-0/+1
|
* Removed GUI.css refrence from the fileErik Kristensen2005-07-171-1/+0
|
* use pgtitle for standardizationBill Marquette2005-07-031-14/+8
| | | | make exec.php look like a "normal" page
* hard code script nameScott Ullrich2005-04-121-1/+1
|
* Be a nice script for ro environments by mounting the flash rw and then ro ↵Scott Ullrich2005-03-291-0/+8
| | | | before and after the save.
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* m0n0wall -> pfSenseScott Ullrich2004-12-131-1/+1
|
* * Modify exec to look like the rest of pfSenseScott Ullrich2004-12-131-6/+12
| | | | * Add the ending fend.inc
* * Automatically focus to command box and filename boxScott Ullrich2004-12-121-6/+9
|
* Initial revisionScott Ullrich2004-11-071-0/+240
OpenPOWER on IntegriCloud