require -> require_once

b2config.php -> wp-config.php


git-svn-id: https://develop.svn.wordpress.org/trunk@224 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little 2003-06-12 22:50:20 +00:00
parent 0845942575
commit 8d7e0372e5
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?php
require('../b2config.php');
require_once('../wp-config.php');
$step = $HTTP_GET_VARS['step'];
@ -46,7 +46,7 @@ switch($step) {
you up and running with the latest in personal publishing platforms. Before
we get started, remember that we require a PHP version of at least 4.0.6, you
have <?php echo phpversion(); ?>. Look good? You also need to set up the database
connection information in <code>b2config.php</code>. Have you looked at the
connection information in <code>wp-config.php</code>. Have you looked at the
<a href="../readme.html">readme</a>? If you&#8217;re all ready, <a href="wp-install.php?step=1">let's
go</a>! </p>
<?php