X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/4f9d63e13cd8c6e275797c75b401b074b82937bc..0278c4b31e94c74bb5da5832653ad26e14a7b275:/wp-admin/index-extra.php diff --git a/wp-admin/index-extra.php b/wp-admin/index-extra.php index 22df0d67..efa2526c 100644 --- a/wp-admin/index-extra.php +++ b/wp-admin/index-extra.php @@ -10,7 +10,7 @@ require_once( './admin.php' ); /** Load WordPress Administration Dashboard API */ -require( './includes/dashboard.php' ); +require(ABSPATH . 'wp-admin/includes/dashboard.php' ); @header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) ); send_nosniff_header();