show cmd variable on errors

This commit is contained in:
Serghey Rodin 2014-10-07 00:30:13 +03:00
commit b00e1f6f0e

View file

@ -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>