You do not have permission to access this page.

') ); } if (isset($_GET['updated'])) { ?>

'; switch( $_GET[ 'action' ] ) { case "upgrade": if( isset( $_GET[ 'n' ] ) == false ) { $n = 0; } else { $n = $_GET[ 'n' ]; } $blogs = $wpdb->get_results( "SELECT blog_id, domain, path FROM $wpdb->blogs WHERE site_id = '$wpdb->siteid' ORDER BY registered DESC LIMIT $n, 10", ARRAY_A ); if( is_array( $blogs ) ) { foreach( $blogs as $details ) { $siteurl = $wpdb->get_var( "SELECT option_value from {$wpmuBaseTablePrefix}{$details[ 'blog_id' ]}_options WHERE option_name = 'siteurl'" ); print "$siteurl
"; $fp = fopen( $siteurl . "wp-admin/upgrade.php?step=1", "r" ); if( $fp ) { while( feof( $fp ) == false ) { fgets($fp, 4096); } fclose( $fp ); } } ?>

If your browser doesn't start loading the next page automatically click this link: Next Blogs

You can upgrade all the blogs on your site through this page. It works by calling the upgrade script of each blog automatically. Hit the link below to upgrade.

Upgrade Site