mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-08-05 03:10:40 +02:00
show cmd variable on errors
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user