D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
hrfiudwx
/
yamond.com
/
dup-installer
/
templates
/
default
/
parts
/
validation
/
tests
/
Filename :
package-size.php
back
Copy
<?php /** * * @package templates/default */ use Duplicator\Installer\Utils\InstallerUpsell; defined('ABSPATH') || defined('DUPXABSPATH') || exit; /** * Variables * * @var int $packageSize * @var int $maxPackageSize */ ?> <p> This package is <?php echo $packageSize; ?>. You might run into issues installing packages bigger than <?php echo $maxPackageSize; ?>MB with Duplicator Lite. Duplicator Pro has support for larger sites. Confirmed migration of sites up to 100GB! </p> <p> <a style="color: green;" href="<?php echo InstallerUpsell::getCampaignUrl('installer', 'Large Package') ?>" target="_blank"> Upgrade Now </a> </p>