Changeset 423 for trunk/wp-admin/b2-2-wp.php
- Timestamp:
- 10/07/2003 05:06:22 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/b2-2-wp.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/b2-2-wp.php
r290 r423 1 1 <?php 2 2 $_wp_installing = 1; 3 if (!file_exists('../wp-config.php')) die("There doesn't seem to be a wp-config.php file. Double check that you updated wp-config.sample.php with the proper database connection information and renamed it to wp-config.php."); 3 4 require_once('../wp-config.php'); 4 5 5 6 $step = $HTTP_GET_VARS['step']; 6 7 if (!$step) $step = 0; 7 if (!step) $step = 0;8 8 ?> 9 9 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 10 10 <html xmlns="http://www.w3.org/1999/xhtml"> 11 <title>WordPress >b2 Conversion</title>11 <title>WordPress — b2 Conversion</title> 12 12 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 13 13 <style media="screen" type="text/css"> … … 32 32 display: none; 33 33 } 34 p {34 p, li { 35 35 line-height: 140%; 36 36 } … … 48 48 <ul> 49 49 <li>If you're using an older version of b2, it's probably a good idea to upgrade 50 to at least .6 .1 before making the leap to WordPress.</li>50 to at least .61 before making the leap to WordPress.</li> 51 51 <li>The templates are so much better, and there is so much more going on than 52 52 before it's probably worth it to start from scratch and work back to your … … 60 60 </ul> 61 61 <p><code></code>Have you looked at the <a href="../readme.html">readme</a>? If 62 you’re all ready, <a href="b2-2-wp.php?step=1">let 's go</a>!</p>62 you’re all ready, <a href="b2-2-wp.php?step=1">let’s go</a>!</p> 63 63 <?php 64 64 break; … … 245 245 ?> 246 246 247 <p>All done!</p>248 249 247 <p>Don't forget to CHMOD the <code>weblogs.com.changes.cache</code> file and you'll 250 248 be A-okay. Welcome to the family.</p>
Note: See TracChangeset
for help on using the changeset viewer.