We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090608a commit aa02d5eCopy full SHA for aa02d5e
web/templates/admin/edit_server_mysql.html
@@ -80,7 +80,7 @@
80
</tr>
81
<tr>
82
<td>
83
- <input type="text" size="20" class="vst-input" regexp="memory_limit" prev_value="<?=htmlentities($v_wait_timeout)?>" name="v_wait_timeout" value="<?=htmlentities($v_wait_timeout)?>">
+ <input type="text" size="20" class="vst-input" regexp="wait_timeout" prev_value="<?=htmlentities($v_wait_timeout)?>" name="v_wait_timeout" value="<?=htmlentities($v_wait_timeout)?>">
84
<br><br>
85
</td>
86
@@ -141,4 +141,4 @@
141
142
</table>
143
</form>
144
- </div>
+ </div>
0 commit comments