Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
save_bvnghean.vn
/
wp-content
/
plugins
/
backupbuddy
/
controllers
/
ajax
:
refresh_site_objects.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php backupbuddy_core::verifyAjaxAccess(); // Server info page site objects file count update. /* refresh_site_objects() * * Server info page site objects file count refresh. Echos out the new site file count (pretty version). * * @return null */ $site_size = backupbuddy_core::get_site_size(); // array( site_size, site_size_sans_exclusions ). echo $site_size[2]; die();