change database username

This commit is contained in:
Serghey Rodin 2013-10-28 23:16:33 +02:00
commit 8f9c7272b9
4 changed files with 133 additions and 9 deletions

View file

@ -83,7 +83,7 @@
</tr>
<tr>
<td>
<input type="text" size="20" class="vst-input" name="v_dbuser" <?php if (!empty($v_dbuser)) echo "value=".$v_dbuser; ?> disabled>
<input type="text" size="20" class="vst-input" name="v_dbuser" <?php if (!empty($v_dbuser)) echo "value=".$v_dbuser; ?>>
<small class="hint"></small>
</td>
</tr>