Make WordPress Core

Changeset 5843 for trunk/wp-app.php


Ignore:
Timestamp:
08/03/2007 12:45:06 AM (18 years ago)
Author:
markjaquith
Message:

Consistently include wp-config.php. fixes #3349

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-app.php

    r5765 r5843  
    1010define('APP_REQUEST', true);
    1111
    12 require_once('wp-config.php');
    13 require_once('wp-includes/post-template.php');
     12require_once('./wp-config.php');
     13require_once(ABSPATH . WPINC . '/post-template.php');
    1414
    1515// Attempt to automatically detect whether to use querystring
Note: See TracChangeset for help on using the changeset viewer.