X7ROOT File Manager
Current Path:
/home/notabjze/crypfinite.com/wp-content/plugins/updraftplus/includes
home
/
notabjze
/
crypfinite.com
/
wp-content
/
plugins
/
updraftplus
/
includes
/
ðŸ“
..
ðŸ“
Dropbox2
ðŸ“
Google
📄
S3.php
(76.64 KB)
📄
S3compat.php
(30.84 KB)
ðŸ“
blockui
📄
cacert.pem
(216.28 KB)
ðŸ“
checkout-embed
📄
class-backup-history.php
(39.56 KB)
📄
class-commands.php
(48.79 KB)
📄
class-database-utility.php
(36.69 KB)
📄
class-filesystem-functions.php
(40.29 KB)
📄
class-http-error-descriptions.php
(11.4 KB)
📄
class-job-scheduler.php
(10.3 KB)
📄
class-manipulation-functions.php
(16.74 KB)
📄
class-partialfileservlet.php
(7.38 KB)
📄
class-remote-send.php
(31.99 KB)
📄
class-search-replace.php
(20.09 KB)
📄
class-semaphore.php
(6.27 KB)
📄
class-storage-methods-interface.php
(18.23 KB)
📄
class-updraft-dashboard-news.php
(8.05 KB)
📄
class-updraft-semaphore.php
(7.51 KB)
📄
class-updraftcentral-updraftplus-commands.php
(1.81 KB)
📄
class-updraftplus-encryption.php
(13.7 KB)
📄
class-wpadmin-commands.php
(38.52 KB)
📄
class-zip.php
(17.91 KB)
ðŸ“
cloudfiles
📄
ftp.class.php
(6.61 KB)
📄
get-cpanel-quota-usage.pl
(408 B)
📄
google-extensions.php
(9.27 KB)
ðŸ“
handlebars
ðŸ“
images
📄
jquery-ui.custom-v1.11.4-1-25-5.min.css
(37.84 KB)
📄
jquery-ui.custom-v1.11.4-1-25-5.min.css.map
(57.01 KB)
📄
jquery-ui.custom-v1.11.4.css
(42.18 KB)
📄
jquery-ui.custom-v1.12.1-1-25-5.min.css
(39.55 KB)
📄
jquery-ui.custom-v1.12.1-1-25-5.min.css.map
(59.41 KB)
📄
jquery-ui.custom-v1.12.1.css
(44.03 KB)
ðŸ“
jquery-ui.dialog.extended
ðŸ“
jquery.serializeJSON
ðŸ“
jstree
ðŸ“
labelauty
📄
migrator-lite.php
(52.48 KB)
ðŸ“
pcloud
ðŸ“
tether
ðŸ“
tether-shepherd
📄
updraft-admin-common-1-25-5.min.js
(154.37 KB)
📄
updraft-admin-common.js
(255.18 KB)
📄
updraft-restorer-skin-compatibility.php
(452 B)
📄
updraft-restorer-skin.php
(1.68 KB)
📄
updraftcentral.php
(3.38 KB)
ðŸ“
updraftclone
📄
updraftplus-clone.php
(7.07 KB)
📄
updraftplus-login.php
(4.27 KB)
📄
updraftplus-notices.php
(21.55 KB)
📄
updraftplus-tour.php
(13.05 KB)
📄
updraftvault.php
(1.99 KB)
Editing: updraft-restorer-skin.php
<?php if (!defined('UPDRAFTPLUS_DIR')) die('No direct access allowed'); if (!class_exists('WP_Upgrader_Skin')) require_once(ABSPATH.'wp-admin/includes/class-wp-upgrader.php'); abstract class Updraft_Restorer_Skin_Main extends WP_Upgrader_Skin { // @codingStandardsIgnoreStart public function header() {} public function footer() {} public function bulk_header() {} public function bulk_footer() {} // @codingStandardsIgnoreEnd /** * return error * * @param string $error error message * @return string */ public function error($error) { if (!$error) return; global $updraftplus; if (is_wp_error($error)) { $updraftplus->log_wp_error($error, true); } elseif (is_string($error)) { $updraftplus->log($error); $updraftplus->log($error, 'warning-restore'); } } protected function updraft_feedback($string) { if (isset($this->upgrader->strings[$string])) { $string = $this->upgrader->strings[$string]; } if (false !== strpos($string, '%')) { $args = func_get_args(); $args = array_splice($args, 1); if ($args) { $args = array_map('strip_tags', $args); $args = array_map('esc_html', $args); $string = vsprintf($string, $args); } } if (empty($string)) return; global $updraftplus; $updraftplus->log_e($string); } } global $updraftplus; $wp_version = $updraftplus->get_wordpress_version(); if (version_compare($wp_version, '5.3', '>=')) { if (!class_exists('Updraft_Restorer_Skin')) updraft_try_include_file('includes/updraft-restorer-skin-compatibility.php', 'require_once'); } else { class Updraft_Restorer_Skin extends Updraft_Restorer_Skin_Main { public function feedback($string) { parent::updraft_feedback($string); } } }
Upload File
Create Folder