Add field for table prefix in web installer

Related to #269.
This commit is contained in:
Franz Liedke
2015-08-31 09:10:27 +02:00
parent f2a3a0cb10
commit 4c34d0867d
2 changed files with 6 additions and 2 deletions

View File

@ -32,6 +32,11 @@
<label>MySQL Database</label>
<input name="mysqlDatabase">
</div>
<div class="FormField">
<label>Table Prefix</label>
<input type="tablePrefix">
</div>
</div>
<div class="FormGroup">