SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > updraftplus > methods >


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins/updraftplus/methods/

NameTypeSizeLast ModifiedActions
addon-base-v2.php File 12366 bytes December 23 2024 23:47:28.
addon-not-yet-present.php File 6380 bytes March 21 2025 22:25:22.
azure.php File 1171 bytes May 28 2025 00:56:22.
backblaze.php File 1199 bytes December 15 2022 01:35:40.
backup-module.php File 32988 bytes December 23 2024 23:47:28.
cloudfiles-new.php File 16676 bytes April 17 2025 13:45:08.
cloudfiles.php File 23408 bytes December 23 2024 23:47:28.
dreamobjects.php File 16099 bytes May 28 2025 00:56:22.
dropbox.php File 45660 bytes March 21 2025 22:25:22.
email.php File 6304 bytes May 28 2025 00:56:22.
ftp.php File 19378 bytes March 21 2025 22:25:22.
googlecloud.php File 1204 bytes December 15 2022 01:35:40.
googledrive.php File 72859 bytes February 26 2025 16:29:18.
insufficient.php File 5234 bytes May 28 2025 00:56:22.
onedrive.php File 1133 bytes December 15 2022 01:35:40.
openstack-base.php File 23920 bytes December 23 2024 23:47:28.
openstack.php File 579 bytes December 15 2022 01:35:40.
openstack2.php File 13035 bytes March 21 2025 22:25:22.
pcloud.php File 726 bytes March 09 2023 03:40:00.
remotesend.php File 24316 bytes February 26 2025 16:29:18.
s3.php File 67819 bytes May 28 2025 00:56:22.
s3generic.php File 16384 bytes March 21 2025 22:25:22.
sftp.php File 1192 bytes March 21 2025 22:25:22.
template.php File 5291 bytes December 23 2024 23:47:28.
updraftvault.php File 57264 bytes April 17 2025 13:45:08.
webdav.php File 1122 bytes December 15 2022 01:35:40.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins/updraftplus/methods//webdav.php

<?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');
		}
	}

}

SILENT KILLER Tool