diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-08-30 04:12:31 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-08-30 04:12:31 +0000 |
commit | fa58f9a07c8386fa9071e313669d54c391021736 (patch) | |
tree | ada3af97f13ebb297207d506c145ff812eaf3bfe /usr | |
parent | eef938b5c0efc8d20de4ee769bd06e5fec54bf29 (diff) | |
download | pfsense-fa58f9a07c8386fa9071e313669d54c391021736.zip pfsense-fa58f9a07c8386fa9071e313669d54c391021736.tar.gz |
Increase textarea size a bit more.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/exec.php | 2 |
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"> </td> |