mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 00:31:28 +01:00
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:
parent
5c234271c0
commit
cc03c08a75
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
$_wp_installing = 1;
|
$_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-config.php');
|
||||||
require('wp-install-helper.php');
|
require('wp-install-helper.php');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user