Make WordPress Core


Ignore:
Timestamp:
01/06/2004 10:33:07 AM (22 years ago)
Author:
saxmatt
Message:

Various fixes from forums and such.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-blog-header.php

    r677 r725  
    77
    88if (!file_exists($curpath . '/wp-config.php'))
    9     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://wordpress.org/docs/faq/#wp-config'>We got it</a>.");
     9    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://wordpress.org/docs/faq/#wp-config'>We got it</a>. You can <a href='wp-admin/install-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.");
    1010
    1111require_once ($curpath.'/wp-config.php');
Note: See TracChangeset for help on using the changeset viewer.