summaryrefslogtreecommitdiffstats
path: root/usr/local/www/exec.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-28 21:04:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-28 21:04:23 +0000
commit9557628b8ab7dafc01cb28173618d558280f2bb4 (patch)
tree552f7c3c20db3396cc30bf8a454b36b6edc91089 /usr/local/www/exec.php
parent0ed008394437684acd5821db372574fec9391d53 (diff)
downloadpfsense-9557628b8ab7dafc01cb28173618d558280f2bb4.zip
pfsense-9557628b8ab7dafc01cb28173618d558280f2bb4.tar.gz
Increase size of textarea so that debugging is much easier when
pasting large blobs of code.
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 9ddc84f..9b814e5 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="3" cols="50"><?=htmlspecialchars($_POST['txtPHPCommand']);?></textarea></td>
+ <td class="type"><textarea id="txtPHPCommand" name="txtPHPCommand" type="text" rows="7" cols="70"><?=htmlspecialchars($_POST['txtPHPCommand']);?></textarea></td>
</tr>
<tr>
<td valign="top">&nbsp;&nbsp;&nbsp;</td>
OpenPOWER on IntegriCloud