summaryrefslogtreecommitdiffstats
path: root/index-install.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-03-08 13:37:15 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-03-08 13:37:15 +0000
commit8531a6c7b735ba156eb18358a56289dd13bdd32d (patch)
treea0f5e680b518f70447674b7014171043f36b8422 /index-install.php
parent759562b93c999361933455ed9026cf9d370314b6 (diff)
downloadwordpress-mu-8531a6c7b735ba156eb18358a56289dd13bdd32d.tar.gz
wordpress-mu-8531a6c7b735ba156eb18358a56289dd13bdd32d.tar.xz
wordpress-mu-8531a6c7b735ba156eb18358a56289dd13bdd32d.zip
Check "vhost" by default in the installer
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@907 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'index-install.php')
-rw-r--r--index-install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index-install.php b/index-install.php
index 6a669e4..5ed11be 100644
--- a/index-install.php
+++ b/index-install.php
@@ -237,7 +237,7 @@ function printstep1form( $dbname = 'wordpress', $uname = 'username', $pwd = 'pas
<input type='hidden' name='action' value='step2'>
<h2>Blog Addresses</h2>
<p>Please choose whether you would like blogs for the MU install to use sub-domains or sub-directories. You can not change this later. We recommend sub-domains.</p>
- <p><label><input type='radio' name='vhost' value='yes' /> Sub-domains (like <code>blog1.example.com</code>)</label><br />
+ <p><label><input type='radio' name='vhost' value='yes' checked /> Sub-domains (like <code>blog1.example.com</code>)</label><br />
<label><input type='radio' name='vhost' value='no' /> Sub-directories (like <code>example.com/blog1</code></label></p>
<h2>Database</h2>