The great renaming.

git-svn-id: https://develop.svn.wordpress.org/trunk@601 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2003-12-11 00:22:36 +00:00
parent c1ba1f019d
commit 9c6a0a9403
72 changed files with 832 additions and 830 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ $tp_database_host = 'localhost';
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');
require('install-helper.php');
$step = $HTTP_GET_VARS['step'];
if (!$step) $step = 0;