forked from GNUsocial/gnu-social
added dbtype to the installer form
This commit is contained in:
parent
4d42bc7690
commit
ac7d8163c6
10
install.php
10
install.php
@ -126,12 +126,14 @@ function showForm()
|
||||
<p class="form_guide" id='fancy-form_guide'>Enable fancy (pretty) URLs. Auto-detection failed, it depends on Javascript.</p>
|
||||
</li>
|
||||
<li>
|
||||
<label for="host">Hostname</label>
|
||||
<input type="text" id="host" name="host" />
|
||||
<p class="form_guide">Database hostname</p>
|
||||
<label for="dbtype">Type</label>
|
||||
<input type="radio" name="dbtype" id="fancy-mysql" value="enable" checked='checked' /> MySQL<br />
|
||||
<input type="radio" name="dbtype" id="dbtype-pgsql" value="" /> PostgreSQL<br />
|
||||
<p class="form_guide">Database type</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<label for="host">Database</label>
|
||||
<label for="host">Name</label>
|
||||
<input type="text" id="database" name="database" />
|
||||
<p class="form_guide">Database name</p>
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user