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
:
destination_picker.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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();