You do not have permission to access this page.
') );
}
if (isset($_GET['updated'])) {
?>
Site Stats
There are currently ".$stats[ 'blogs' ]."
blogs running on this server and ".$stats[ 'users' ]."
users.
";
print "
";
#$blogs = get_blog_list();
#print "
blogs:
";
#print_r( $blogs );
$most_active = get_most_active_blogs( 10, false );
if( is_array( $most_active ) ) {
print "Most Active Blogs";
print "ID | Address | Posts |
";
while( list( $key, $details ) = each( $most_active ) ) {
$class = ('alternate' == $class) ? '' : 'alternate';
$url = "http://" . $details[ 'domain' ] . $details[ 'path' ];
print "" . $details[ 'blog_id' ] . " | $url | " . $details[ 'postcount' ] . " |
";
}
}
print "
";
do_action( "wpmuadmindefaultpage", "" );
*/
break;
}
?>