PATH:
home
/
lab2454c
/
bullionmills.com
/
wp-content
/
plugins
/
updraftplus
/
methods
<?php if (!defined('UPDRAFTPLUS_DIR')) die('No direct access.'); if (version_compare(phpversion(), '5.3.3', '>=')) { if (class_exists('UpdraftPlus_Addons_RemoteStorage_backblaze')) { class UpdraftPlus_BackupModule_backblaze extends UpdraftPlus_Addons_RemoteStorage_backblaze { public function __construct() { parent::__construct('backblaze', 'Backblaze', true, true); } } } else { include_once(UPDRAFTPLUS_DIR.'/methods/addon-not-yet-present.php'); /** * N.B. UpdraftPlus_BackupModule_AddonNotYetPresent extends UpdraftPlus_BackupModule */ class UpdraftPlus_BackupModule_backblaze extends UpdraftPlus_BackupModule_AddonNotYetPresent { public function __construct() { parent::__construct('backblaze', 'Backblaze', '5.3.3', 'backblaze.png'); } } } } else { include_once(UPDRAFTPLUS_DIR.'/methods/insufficient.php'); /** * N.B. UpdraftPlus_BackupModule_insufficientphp extends UpdraftPlus_BackupModule */ class UpdraftPlus_BackupModule_backblaze extends UpdraftPlus_BackupModule_insufficientphp { public function __construct() { parent::__construct('backblaze', 'Backblaze', '5.3.3', 'backblaze.png'); } } }
[-] azure.php
[edit]
[-] backblaze.php
[edit]
[-] googlecloud.php
[edit]
[-] ftp.php
[edit]
[-] addon-not-yet-present.php
[edit]
[+]
..
[-] email.php
[edit]
[-] dreamobjects.php
[edit]
[-] insufficient.php
[edit]
[-] openstack2.php
[edit]
[-] template.php
[edit]
[-] openstack.php
[edit]
[-] updraftvault.php
[edit]
[-] webdav.php
[edit]
[-] sftp.php
[edit]
[-] dropbox.php
[edit]
[-] s3.php
[edit]
[-] cloudfiles-new.php
[edit]
[-] onedrive.php
[edit]
[-] addon-base-v2.php
[edit]
[-] backup-module.php
[edit]
[-] cloudfiles.php
[edit]
[-] googledrive.php
[edit]
[-] s3generic.php
[edit]
[-] openstack-base.php
[edit]
[-] remotesend.php
[edit]