'>=', 'status' => DUP_PackageStatus::COMPLETE))); // total packages completed $active_package_present = DUP_Package::isPackageRunning(); $is_mu = is_multisite(); $package_running = false; global $packageTablerowCount; $packageTablerowCount = 0; if (DUP_Settings::Get('installer_name_mode') == DUP_Settings::INSTALLER_NAME_MODE_SIMPLE) { $packageExeNameModeMsg = __("When clicking the Installer download button, the 'Save as' dialog is currently defaulting the name to 'installer.php'. " . "To improve the security and get more information, go to: Settings > Packages Tab > Installer > Name option or click on the gear icon at the top of this page.", 'duplicator'); } else { $packageExeNameModeMsg = __("When clicking the Installer download button, the 'Save as' dialog is defaulting the name to '[name]_[hash]_[time]_installer.php'. " . "This is the secure and recommended option. For more information, go to: Settings > Packages Tab > Installer > Name or click on the gear icon at the top of this page.

" . "To quickly copy the hashed installer name, to your clipboard use the copy icon link or click the installer name and manually copy the selected text.", 'duplicator'); } ?>
" onclick="Duplicator.Pack.ConfirmDelete()" > " onclick="Duplicator.Pack.showHelp()"> " > " > " > ">
 


>
'; echo ' '; esc_html_e('Duplicator Lite does not officially support WordPress multisite.', 'duplicator'); echo "
"; esc_html_e('We strongly recommend upgrading to ', 'duplicator'); echo " [" . esc_html__('Duplicator Pro', 'duplicator') . "]."; echo '
'; } ?>
 
 
isRunning(); $pack_name = $Package->Name; $pack_archive_size = $Package->getArchiveSize(); $pack_perc = $Package->Status; $pack_dbonly = $Package->Archive->ExportOnlyDB; $pack_build_mode = ($Package->Archive->Format === 'ZIP') ? true : false; //Links $uniqueid = $Package->NameHash; $packagepath = DUP_Settings::getSsdirUrl() . '/' . $Package->Archive->File; $css_alt = ($packageTablerowCount % 2 != 0) ? '' : 'alternate'; if ($Package->Status >= 100 || $is_running_package) : ?> ID}"; ?>
" style="margin-left:12px" onclick="Duplicator.Pack.SetDeleteAll()" /> " data-tooltip="" >


 
Created, DUP_Settings::get_create_date_format()); echo ' ' . ($pack_build_mode ? "zip" : "daf"); ?> DB" : esc_html($pack_name); ?>
%   " data-tooltip=" Advanced > Reset Packages', 'duplicator'); ?>">
getInstDownloadName(); ?> ">
Created, DUP_Settings::get_create_date_format()); ?>  
title = __('Bulk Action Required', 'duplicator'); $alert1->message = ' '; $alert1->message .= __('No selections made! Please select an action from the "Bulk Actions" drop down menu.', 'duplicator'); $alert1->initAlert(); $alert2 = new DUP_UI_Dialog(); $alert2->title = __('Selection Required', 'duplicator', 'duplicator'); $alert2->message = ' '; $alert2->message .= __('No selections made! Please select at least one package to delete.', 'duplicator'); $alert2->initAlert(); $confirm1 = new DUP_UI_Dialog(); $confirm1->title = __('Delete Packages?', 'duplicator'); $confirm1->message = __('Are you sure you want to delete the selected package(s)?', 'duplicator'); $confirm1->progressText = __('Removing Packages, Please Wait...', 'duplicator'); $confirm1->jscallback = 'Duplicator.Pack.Delete()'; $confirm1->initConfirm(); $alert3 = new DUP_UI_Dialog(); $alert3->height = 400; $alert3->width = 450; $alert3->title = __('Duplicator Help', 'duplicator'); $alert3->message = "
"; $alert3->initAlert(); $alertPackRunning = new DUP_UI_Dialog(); $alertPackRunning->title = __('Alert!', 'duplicator'); $alertPackRunning->message = __('A package is being processed. Retry later.', 'duplicator'); $alertPackRunning->initAlert(); ?>