summaryrefslogtreecommitdiffstats
path: root/usr/local/www/exec.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-30 04:12:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-30 04:12:31 +0000
commitfa58f9a07c8386fa9071e313669d54c391021736 (patch)
treeada3af97f13ebb297207d506c145ff812eaf3bfe /usr/local/www/exec.php
parenteef938b5c0efc8d20de4ee769bd06e5fec54bf29 (diff)
downloadpfsense-fa58f9a07c8386fa9071e313669d54c391021736.zip
pfsense-fa58f9a07c8386fa9071e313669d54c391021736.tar.gz
Increase textarea size a bit more.
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 9b814e5..44b3de6 100755
--- a/usr/local/www/exec.php
+++ b/usr/local/www/exec.php
@@ -298,7 +298,7 @@ if (!isBlank($_POST['txtPHPCommand'])) {
</tr>
<tr>
<td align="right">Command:</td>
- <td class="type"><textarea id="txtPHPCommand" name="txtPHPCommand" type="text" rows="7" cols="70"><?=htmlspecialchars($_POST['txtPHPCommand']);?></textarea></td>
+ <td class="type"><textarea id="txtPHPCommand" name="txtPHPCommand" type="text" rows="9" cols="90"><?=htmlspecialchars($_POST['txtPHPCommand']);?></textarea></td>
</tr>
<tr>
<td valign="top">&nbsp;&nbsp;&nbsp;</td>
OpenPOWER on IntegriCloud