mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Missing line?
http://wordpress.org/support/2/2362 git-svn-id: http://svn.automattic.com/wordpress/trunk@865 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f5d4987e5a
commit
f671c0f3b1
@ -6,7 +6,8 @@ if (file_exists('../wp-config.php'))
|
||||
|
||||
if (!file_exists('../wp-config-sample.php'))
|
||||
die('Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file from your WordPress installation.');
|
||||
|
||||
$configFile = file('../wp-config-sample.php');
|
||||
|
||||
if (!is_writable('../')) die("Sorry, I can't write to the directory. You'll have to either change the permissions on your WordPress directory or create your wp-config.php manually.");
|
||||
|
||||
$step = $HTTP_GET_VARS['step'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user