X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/177fd6fefd2e3d5a0ea6591c71d660cabdb3c1a4..refs/tags/wordpress-2.6.2:/wp-admin/install.php diff --git a/wp-admin/install.php b/wp-admin/install.php index 84011430..32ef35dc 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -1,12 +1,7 @@ wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file.

Create a Configuration File", "WordPress › Error"); -} -require_once('../wp-config.php'); +require_once('../wp-load.php'); require_once('./includes/upgrade.php'); if (isset($_GET['step'])) @@ -21,7 +16,7 @@ header( 'Content-Type: text/html; charset=utf-8' ); <?php _e('WordPress › Installation'); ?> - +

WordPress

@@ -59,7 +54,7 @@ switch($step) { - +

-

+