]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/network/setup.php
Wordpress 3.7
[autoinstalls/wordpress.git] / wp-admin / network / setup.php
index e5d5880f9e9a832dd63c6671a40f700b9d7be202..35938990e6542e70a25b571cd670f11fd0af2825 100644 (file)
@@ -8,9 +8,9 @@
  */
 
 /** Load WordPress Administration Bootstrap */
-require_once( './admin.php' );
+require_once( dirname( __FILE__ ) . '/admin.php' );
 
 if ( ! is_multisite() )
        wp_die( __( 'Multisite support is not enabled.' ) );
 
-require( '../network.php' );
\ No newline at end of file
+require( ABSPATH . 'wp-admin/network.php' );