File "_getLiveStats.php"
Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/plugins/backupbuddy/classes/api/_getLiveStats.php
File size: 467 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
require_once( pb_backupbuddy::plugin_path() . '/destinations/live/live.php' );
if ( false === ( $destination_id = backupbuddy_live::getLiveID() ) ) { // $destination_id used by _stats.php.
return false;
}
require_once( pb_backupbuddy::plugin_path() . '/destinations/live/live_periodic.php' );
$state = backupbuddy_live_periodic::get_stats();
include( pb_backupbuddy::plugin_path() . '/destinations/live/_stats.php' );
return $stats; // Set in _stats.php.