Changed wording to make things slightly clearer.

git-svn-id: http://svn.automattic.com/wordpress/trunk@422 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-10-07 17:03:11 +00:00
parent 5c234271c0
commit cc03c08a75

View File

@ -1,6 +1,6 @@
<?php
$_wp_installing = 1;
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 and renamed it to wp-config.php.");
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.");
require('../wp-config.php');
require('wp-install-helper.php');