summaryrefslogtreecommitdiffstats
path: root/wp-content
diff options
context:
space:
mode:
Diffstat (limited to 'wp-content')
-rw-r--r--wp-content/blogs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-content/blogs.php b/wp-content/blogs.php
index 2366152..ba7a2cb 100644
--- a/wp-content/blogs.php
+++ b/wp-content/blogs.php
@@ -1,6 +1,6 @@
<?php
define( 'SHORTINIT', true ); // this prevents most of WP from being loaded
-require_once( dirname( dirname( __FILE__) ) . '/wp-config.php' ); // absolute includes are faster
+require_once( dirname( dirname( __FILE__) ) . '/wp-load.php' ); // absolute includes are faster
if ( $current_blog->archived == '1' || $current_blog->spam == '1' || $current_blog->deleted == '1' ) {
status_header( 404 );