X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/699231ae09f7057a4d0000cdf32e50a3df6a04ca..f6364df6999f38896cc58171ec4a503f4f2dedcf:/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();