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
/
destinations
/
live
:
_viewstashfiles.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /* BackupBuddy Stash Live Remote Files Viewer * * @author Dustin Bolton * @since 7.0 * * NOTE: Incoming variables: $destination, $destination_id */ echo '<center><h1>' . __( 'Stash Files', 'it-l10n-backupbuddy' ) . '</h1></center><br>'; $hide_quota = false; $live_mode = true; require_once( pb_backupbuddy::plugin_path() . '/destinations/stash2/init.php' ); require_once( pb_backupbuddy::plugin_path() . '/destinations/stash2/_manage.php' );