summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorBrenda Wallace <shiny@cpan.org>2009-06-24 04:31:52 +1200
committerBrenda Wallace <shiny@cpan.org>2009-07-15 18:44:55 +1200
commitac7d8163c6398f151639e1424957182c83241ba9 (patch)
treedcdfac5fdab5236619a5faf6ca595723ae453d16 /install.php
parent4d42bc7690da6cb87b4526c25e5447d06ba12212 (diff)
added dbtype to the installer form
Diffstat (limited to 'install.php')
-rw-r--r--install.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/install.php b/install.php
index 103c367c3..233a05550 100644
--- a/install.php
+++ b/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>