diff options
-rw-r--r-- | install.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/install.php b/install.php index 47a09b67c..32b0447c8 100644 --- a/install.php +++ b/install.php @@ -490,11 +490,6 @@ function showForm() <input type="radio" name="fancy" id="fancy-disable" value="" /> disable<br /> <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" value="{$post->value('host')}" /> - <p class="form_guide">Database hostname</p> - </li> </ul> </fieldset> @@ -502,6 +497,11 @@ function showForm() <legend>Database settings</legend> <ul class="form_data"> <li> + <label for="host">Hostname</label> + <input type="text" id="host" name="host" value="{$post->value('host')}" /> + <p class="form_guide">Database hostname</p> + </li> + <li> <label for="dbtype">Type</label> $dbRadios <p class="form_guide">Database type</p> |