diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-09-14 19:14:40 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-09-14 19:14:40 -0400 |
commit | 7ac5a4cb18367693e0a4c576cbcd907ee7d5ad67 (patch) | |
tree | b0a8a6eb89e7bffa911b8bf0b1cbb888195334c1 /usr/local/www/exec.php | |
parent | 13d193c2f742f037ff4e87e373922d8b6e7c5749 (diff) | |
download | pfsense-7ac5a4cb18367693e0a4c576cbcd907ee7d5ad67.zip pfsense-7ac5a4cb18367693e0a4c576cbcd907ee7d5ad67.tar.gz |
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
Diffstat (limited to 'usr/local/www/exec.php')
-rwxr-xr-x | usr/local/www/exec.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/exec.php b/usr/local/www/exec.php index c6f8788..8f3ee4f 100755 --- a/usr/local/www/exec.php +++ b/usr/local/www/exec.php @@ -27,6 +27,9 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/* + pfSense_MODULE: shell +*/ ##|+PRIV ##|*IDENT=page-diagnostics-command @@ -35,7 +38,6 @@ ##|*MATCH=exec.php* ##|-PRIV - require("guiconfig.inc"); if (($_POST['submit'] == "Download") && file_exists($_POST['dlPath'])) { @@ -236,7 +238,6 @@ if (!isBlank($_POST['txtPHPCommand'])) { puts("</pre>"); } - ?> <div id="niftyOutter"> <form action="exec.php" method="POST" enctype="multipart/form-data" name="frmExecPlus" onSubmit="return frmExecPlus_onSubmit( this );"> |