1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Remove MySQL port field from visual installer

Port can still be specified by suffixing the host with a :

closes #825
This commit is contained in:
Toby Zerner
2017-07-22 11:32:07 +09:30
parent 34af095b2a
commit e3a5e7eb8d
3 changed files with 10 additions and 9 deletions

View File

@@ -33,11 +33,6 @@
<input type="password" name="mysqlPassword">
</div>
<div class="FormField">
<label>MySQL Port</label>
<input type="number" name="mysqlPort">
</div>
<div class="FormField">
<label>Table Prefix</label>
<input type="text" name="tablePrefix">