Changeset 956
- Timestamp:
- 04/05/07 16:44:37 (2 years ago)
- Files:
-
- trunk/index-install.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/index-install.php
r917 r956 228 228 229 229 function printstep1form( $dbname = 'wordpress', $uname = 'username', $pwd = 'password', $dbhost = 'localhost', $vhost = 'yes', $prefix = 'wp_' ) { 230 $weblog_title = 'My new WPMU Blog';230 $weblog_title = 'My new WPMU Site'; 231 231 $email = ''; 232 232 $hostname = $_SERVER[ 'HTTP_HOST' ]; … … 264 264 <h2>Server Address</h2> 265 265 <p><label>What is the Internet address of your site? You should enter the shortest address possible. For example, use <em>example.com</em> instead of <em>www.example.com</em> but if you are going to use an address like <em>blogs.example.com</em> then enter that unaltered in the box below.<br /><b>Server Address:</b> <input type='text' name='basedomain' value='<?php echo $hostname ?>'></label></p> 266 <h2> BlogDetails</h2>266 <h2>Site Details</h2> 267 267 <table width='100%'> 268 268 <tr> 269 <th scope='row'> Weblog Title</th>269 <th scope='row'>Site Title</th> 270 270 <td><input name='weblog_title' type='text' size='45' value='<?php echo $weblog_title ?>' /></td> 271 <td>What would you like to call your weblog? </td>271 <td>What would you like to call your site? </td> 272 272 </tr> 273 273 <tr>
