Submit
Path:
~
/
home
/
getwphos
/
public_html
/
preferredexotics
/
wp-content
/
plugins
/
updraftplus
/
includes
/
File Content:
class-updraftcentral-updraftplus-commands.php
<?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')) updraft_try_include_file('includes/class-commands.php', 'include_once'); $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); } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
Dropbox2
---
0755
Google
---
0755
blockui
---
0755
checkout-embed
---
0755
cloudfiles
---
0755
handlebars
---
0755
images
---
0755
jquery-ui.dialog.extended
---
0755
jquery.serializeJSON
---
0755
jstree
---
0755
labelauty
---
0755
pcloud
---
0755
select2
---
0755
tether
---
0755
tether-shepherd
---
0755
updraftclone
---
0755
S3.php
78483 bytes
0644
S3compat.php
31581 bytes
0644
cacert.pem
221470 bytes
0644
class-backup-history.php
40508 bytes
0644
class-commands.php
49966 bytes
0644
class-database-utility.php
37569 bytes
0644
class-filesystem-functions.php
41611 bytes
0644
class-http-error-descriptions.php
11669 bytes
0644
class-job-scheduler.php
10552 bytes
0644
class-manipulation-functions.php
17139 bytes
0644
class-partialfileservlet.php
7558 bytes
0644
class-remote-send.php
32760 bytes
0644
class-search-replace.php
20570 bytes
0644
class-semaphore.php
6757 bytes
0644
class-storage-methods-interface.php
18664 bytes
0644
class-updraft-dashboard-news.php
8242 bytes
0644
class-updraft-semaphore.php
7693 bytes
0644
class-updraftcentral-updraftplus-commands.php
1857 bytes
0644
class-updraftplus-encryption.php
14031 bytes
0644
class-wpadmin-commands.php
39447 bytes
0644
class-zip.php
18336 bytes
0644
ftp.class.php
6769 bytes
0644
get-cpanel-quota-usage.pl
408 bytes
0644
google-extensions.php
9497 bytes
0644
jquery-ui.custom-v1.11.4-1-25-7.min.css
38751 bytes
0644
jquery-ui.custom-v1.11.4-1-25-7.min.css.map
58374 bytes
0644
jquery-ui.custom-v1.11.4.css
43193 bytes
0644
jquery-ui.custom-v1.12.1-1-25-7.min.css
40497 bytes
0644
jquery-ui.custom-v1.12.1-1-25-7.min.css.map
60839 bytes
0644
jquery-ui.custom-v1.12.1.css
45090 bytes
0644
migrator-lite.php
53735 bytes
0644
updraft-admin-common-1-25-7.min.js
158895 bytes
0644
updraft-admin-common.js
263234 bytes
0644
updraft-restorer-skin-compatibility.php
452 bytes
0644
updraft-restorer-skin.php
1723 bytes
0644
updraftcentral.php
3464 bytes
0644
updraftplus-clone.php
7237 bytes
0644
updraftplus-login.php
4368 bytes
0644
updraftplus-notices.php
18842 bytes
0644
updraftplus-tour.php
13521 bytes
0644
updraftvault.php
2040 bytes
0644
N4ST4R_ID | Naxtarrr