1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00
This commit is contained in:
Niels Tholenaar
2016-06-20 12:15:25 +02:00
parent 85dd911d4d
commit 65da26228c
4 changed files with 10 additions and 1 deletions

View File

@@ -33,6 +33,11 @@
<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">