Changed wording to make things slightly clearer.
git-svn-id: https://develop.svn.wordpress.org/trunk@422 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
da65915339
commit
afea85db0f
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user