Make WordPress Core


Ignore:
Timestamp:
09/19/2007 04:27:56 AM (18 years ago)
Author:
ryan
Message:

Fix includes for setup-config so that wp_die is defined. Props DD32. fixes #4997

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r6122 r6137  
    22define('WP_INSTALLING', true);
    33if (!file_exists('../wp-config.php')) {
     4  require_once('../wp-includes/compat.php');
    45  require_once('../wp-includes/functions.php');
    56  wp_die("There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started. Need more help? <a href='http://codex.wordpress.org/Editing_wp-config.php'>We got it</a>. You can <a href='setup-config.php'>create a <code>wp-config.php</code> file through a web interface</a>, but this doesn't work for all server setups. The safest way is to manually create the file.", "WordPress &rsaquo; Error");
Note: See TracChangeset for help on using the changeset viewer.