summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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