require -> require_once

b2config.php -> wp-config.php


git-svn-id: http://svn.automattic.com/wordpress/trunk@224 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle 2003-06-12 22:50:20 +00:00
parent abfaf6500a
commit 066f6943bb
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?php <?php
require('../b2config.php'); require_once('../wp-config.php');
$step = $HTTP_GET_VARS['step']; $step = $HTTP_GET_VARS['step'];
@ -46,7 +46,7 @@ switch($step) {
you up and running with the latest in personal publishing platforms. Before 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 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 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 <a href="../readme.html">readme</a>? If you&#8217;re all ready, <a href="wp-install.php?step=1">let's
go</a>! </p> go</a>! </p>
<?php <?php