PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/islandpc.ca/wp-content/plugins/backupbuddy/controllers/pages/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/islandpc.ca/wp-content/plugins/backupbuddy/controllers/pages/_remote_client.php

<?php
	if ( isset( pb_backupbuddy::$options['remote_destinations'][$_GET['destination_id']] ) ) {
		$destination = &pb_backupbuddy::$options['remote_destinations'][$_GET['destination_id']];
	} else {
		echo __('Error #438934894349. Invalid destination ID.', 'it-l10n-backupbuddy' );
		return;
	}
	
	
	$manage_file = pb_backupbuddy::plugin_path() . '/destinations/' . $destination['type'] . '/_manage.php';
	if ( file_exists( $manage_file ) ) {
		require( $manage_file );
	} else {
		_e( 'A remote destination client is not available for this destination. Its files cannot be viewed & managed from within BackupBuddy.', 'it-l10n-backupbuddy' );
	}
	
	echo '<br><br><br>';
	echo '<a class="button" href="';
	if ( is_network_admin() ) {
		echo network_admin_url( 'admin.php' );
	} else {
		echo admin_url( 'admin.php' );
	}
	echo '?page=pb_backupbuddy_destinations">&larr; back to destinations</a><br><br>';
?>