July 15, 2022 at 7:13 am
#24140
Jay Jay
Participant
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