????

Your IP : 216.73.216.174


Current Path : /home2/morganrand/www/wp-content/plugins/backupbuddy/controllers/ajax/
Upload File :
Current File : /home2/morganrand/www/wp-content/plugins/backupbuddy/controllers/ajax/refresh_site_size.php

<?php
backupbuddy_core::verifyAjaxAccess();


// Server info page site size update.

/*	refresh_site_size()
*	
*	Server info page site size refresh. Echos out the new site size (pretty version).
*	
*	@return		null
*/

$site_size = backupbuddy_core::get_site_size(); // array( site_size, site_size_sans_exclusions ).

echo pb_backupbuddy::$format->file_size( $site_size[0] );

die();