File "destination_picker.php"
Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/plugins/backupbuddy/controllers/ajax/destination_picker.php
File size: 294 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
backupbuddy_core::verifyAjaxAccess();
/* destination_picker()
*
* iframe remote destination selector page.
*
*/
pb_backupbuddy::load();
pb_backupbuddy::$ui->ajax_header();
$mode = 'destination';
require_once( '_destination_picker.php' );
pb_backupbuddy::$ui->ajax_footer();
die();