ftp_possible();
if (is_array($possible)) {
// Check requirements.
global $updraftplus_admin;
$trans = array(
'ftp' => __('regular non-encrypted FTP', 'updraftplus'),
'ftpsslimplicit' => __('encrypted FTP (implicit encryption)', 'updraftplus'),
'ftpsslexplicit' => __('encrypted FTP (explicit encryption)', 'updraftplus')
);
foreach ($possible as $type => $missing) {
$updraftplus_admin->show_double_warning(''.__('Warning', 'updraftplus').': '. sprintf(__("Your web server's PHP installation has these functions disabled: %s.", 'updraftplus'), implode(', ', $missing)).' '.sprintf(__('Your hosting company must enable these functions before %s can work.', 'updraftplus'), $trans[$type]), 'ftp');
}
}
?>
' . apply_filters('updraft_sftp_ftps_notice', ''.htmlspecialchars(__('Only non-encrypted FTP is supported by regular UpdraftPlus.')).' '.__('If you want encryption (e.g. you are storing sensitive business data), then an add-on is available.', 'updraftplus')).''; ?>
|
get_css_classes();
?>