summaryrefslogtreecommitdiffstats
path: root/usr/local/www/exec.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-02-07 12:44:25 +0000
committerColin Fleming <cj_fleming@sky.com>2013-02-07 12:44:25 +0000
commit3ae16b9bbe772231efe3b487f6a834cfb6997b91 (patch)
treef850d2fe3d8f167db803225a8763d178bca3d554 /usr/local/www/exec.php
parent0715ad5093226a9fd29b1abbbf57a9892efe4100 (diff)
downloadpfsense-3ae16b9bbe772231efe3b487f6a834cfb6997b91.zip
pfsense-3ae16b9bbe772231efe3b487f6a834cfb6997b91.tar.gz
Value in attributes should be lower case
Value in the "method" attribute should be lower case
Diffstat (limited to 'usr/local/www/exec.php')
-rwxr-xr-xusr/local/www/exec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/exec.php b/usr/local/www/exec.php
index 4342c1d..eda1321 100755
--- a/usr/local/www/exec.php
+++ b/usr/local/www/exec.php
@@ -249,7 +249,7 @@ if (!isBlank($_POST['txtPHPCommand'])) {
?>
<div id="niftyOutter">
-<form action="exec.php" method="POST" enctype="multipart/form-data" name="frmExecPlus" onSubmit="return frmExecPlus_onSubmit( this );">
+<form action="exec.php" method="post" enctype="multipart/form-data" name="frmExecPlus" onSubmit="return frmExecPlus_onSubmit( this );">
<table>
<tr>
<td colspan="2" valign="top" class="vnsepcell"><?=gettext("Execute Shell command"); ?></td>
OpenPOWER on IntegriCloud