Make WordPress Core


Ignore:
Timestamp:
05/07/2004 09:05:02 PM (22 years ago)
Author:
saxmatt
Message:

Some fixes for E_ALL.

File:
1 edited

Legend:

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

    r1235 r1236  
    77    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.");
    88
    9 require($curpath.'/wp-config.php');
     9require_once($curpath . '/wp-config.php');
    1010
    1111/* Process PATH_INFO, if set. */
Note: See TracChangeset for help on using the changeset viewer.