X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/80b7979fccf09a75af3f4c111fa27060ae6dbf85..ac7339a398e6df50f722bc9616291ce5447d8e5e:/wp-admin/ms-themes.php diff --git a/wp-admin/ms-themes.php b/wp-admin/ms-themes.php index ad873bab..1a03c666 100644 --- a/wp-admin/ms-themes.php +++ b/wp-admin/ms-themes.php @@ -7,7 +7,7 @@ * @since 3.0.0 */ -require_once( './admin.php' ); +require_once( dirname( __FILE__ ) . '/admin.php' ); wp_redirect( network_admin_url('themes.php') ); exit;