summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wpmu-settings.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/wpmu-settings.php b/wpmu-settings.php
index ad5f9c2..6be2891 100644
--- a/wpmu-settings.php
+++ b/wpmu-settings.php
@@ -162,14 +162,6 @@ if( '0' == $current_blog->public ) {
// This just means the blog shouldn't show up in google, etc. Only to registered members
}
-if( $current_blog->archived == '1' ) {
- die( 'This blog has been archived or suspended.' );
-}
-
-if( $current_blog->spam == '1' ) {
- die( 'This blog has been archived or suspended.' );
-}
-
function is_installed() {
global $wpdb, $domain, $path;
$base = stripslashes( $base );