Missing line?
http://wordpress.org/support/2/2362 git-svn-id: https://develop.svn.wordpress.org/trunk@865 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c730daf995
commit
2a6a32ef32
|
@ -6,6 +6,7 @@ if (file_exists('../wp-config.php'))
|
||||||
|
|
||||||
if (!file_exists('../wp-config-sample.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.');
|
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.");
|
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.");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue