mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
show cmd variable on errors
This commit is contained in:
parent
c9f8c5a9bd
commit
b00e1f6f0e
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="text" size="30" class="vst-input long" name="v_cmd" <?php if (!empty($v_cmd)) echo "value='".$v_cmd."'"; ?>>
|
||||
<input type="text" size="30" class="vst-input long" name="v_cmd" <?php if (!empty($v_cmd)) echo "value=".$v_cmd.""; ?>>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue