Welcome to GPLDL - we are still beta - please report any bugs via the contact form.
Correction to the above
Edit: Pro/Backup/Ajax/FileList.php on or around line 55 change this line:
$isValidLicenseKey = (new SiteInfo())->isStagingSite() || (new Licensing())->isValidOrExpiredLicenseKey();
to: $isValidLicenseKey = true;
Edit: Pro/Backup/Ajax/Listing.php on or around line 55
‘isValidLicense’ => (new SiteInfo())->isStagingSite() || (new Licensing())->isValidOrExpiredLicenseKey(),
to: ‘isValidLicense’ => true,
disclaimer: for testing purposes only.he
Open the files below
Pro/Backup/Ajax/Listing.php
Pro/Backup/Ajax/FileList.php
and on or around line 55 change this line:
$isValidLicenseKey = (new SiteInfo())->isStagingSite() || (new Licensing())->isValidOrExpiredLicenseKey();
to:
$isValidLicenseKey = true;
disclaimer: for testing purposes only.