PATH:
home
/
lab2454c
/
bullionmills.com
/
wp-content
/
plugins
/
updraftplus
/
includes
<?php if (!defined('UPDRAFTPLUS_DIR')) die('No direct access allowed'); /* This is a small glue class, which makes available all the commands in UpdraftPlus_Commands, and translates the response from UpdraftPlus_Commands (which is either data to return, or a WP_Error) into the format used by UpdraftCentral. */ if (class_exists('UpdraftCentral_UpdraftPlus_Commands')) return; class UpdraftCentral_UpdraftPlus_Commands extends UpdraftCentral_Commands { private $commands; public function __construct($rc) { parent::__construct($rc); if (!class_exists('UpdraftPlus_Commands')) include_once(UPDRAFTPLUS_DIR.'/includes/class-commands.php'); $this->commands = new UpdraftPlus_Commands($this); } public function __call($name, $arguments) { if ('_' == substr($name, 0, 1) || !method_exists($this->commands, $name)) return $this->_generic_error_response('unknown_rpc_command', array( 'prefix' => 'updraftplus', 'command' => $name, 'class' => 'UpdraftCentral_UpdraftPlus_Commands' )); $result = call_user_func_array(array($this->commands, $name), $arguments); if (is_wp_error($result)) { return $this->_generic_error_response($result->get_error_code(), $result->get_error_data()); } else { return $this->_response($result); } } public function _updraftplus_background_operation_started($msg) { // Under-the-hood hackery to allow the browser connection to be closed, and the backup/download to continue $rpc_response = $this->rc->return_rpc_message($this->_response($msg)); $data = isset($rpc_response['data']) ? $rpc_response['data'] : null; $ud_rpc = $this->rc->get_current_udrpc(); $encoded = json_encode($ud_rpc->create_message($rpc_response['response'], $data, true)); global $updraftplus; $updraftplus->close_browser_connection($encoded); } }
[-] class-database-utility.php
[edit]
[-] get-cpanel-quota-usage.pl
[edit]
[-] S3.php
[edit]
[+]
tether
[-] jquery-ui.custom-v1.12.1-1-22-3.min.css
[edit]
[-] class-commands.php
[edit]
[-] class-job-scheduler.php
[edit]
[+]
Dropbox2
[+]
..
[-] class-semaphore.php
[edit]
[-] class-manipulation-functions.php
[edit]
[+]
cloudfiles
[-] updraft-notices.php
[edit]
[-] class-updraftplus-encryption.php
[edit]
[-] updraft-admin-common-1-22-3.min.js
[edit]
[-] cacert.pem
[edit]
[-] S3compat.php
[edit]
[-] jquery-ui.custom-v1.11.4-1-22-3.min.css
[edit]
[+]
Google
[-] updraftplus-tour.php
[edit]
[-] updraftvault.php
[edit]
[-] class-partialfileservlet.php
[edit]
[+]
handlebars
[+]
blockui
[-] updraftplus-login.php
[edit]
[-] class-wpadmin-commands.php
[edit]
[-] updraft-restorer-skin-compatibility.php
[edit]
[+]
jquery.serializeJSON
[-] updraftcentral.php
[edit]
[-] class-search-replace.php
[edit]
[+]
labelauty
[-] jquery-ui.custom-v1.12.1-1-22-3.min.css.map
[edit]
[-] jquery-ui.custom-v1.11.4-1-22-3.min.css.map
[edit]
[-] jquery-ui.custom-v1.11.4.css
[edit]
[-] updraftplus-notices.php
[edit]
[-] updraftplus-clone.php
[edit]
[-] updraft-admin-common.js
[edit]
[-] class-udrpc.php
[edit]
[-] class-zip.php
[edit]
[-] ftp.class.php
[edit]
[+]
jstree
[+]
jquery-ui.dialog.extended
[-] class-remote-send.php
[edit]
[-] class-updraft-dashboard-news.php
[edit]
[-] class-updraftcentral-updraftplus-commands.php
[edit]
[+]
checkout-embed
[-] class-filesystem-functions.php
[edit]
[+]
images
[+]
updraftclone
[-] class-storage-methods-interface.php
[edit]
[-] updraft-restorer-skin.php
[edit]
[+]
tether-shepherd
[-] jquery-ui.custom-v1.12.1.css
[edit]
[-] google-extensions.php
[edit]
[-] class-updraft-semaphore.php
[edit]
[-] class-backup-history.php
[edit]