Skip to content

Commit

Permalink
Fix HTTPS in download command
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdrazor authored Aug 17, 2024
1 parent 95956d3 commit 342686e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/CKFinderDownloadCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ protected function buildPackageUrl():string
{
$packageVersion = self::LATEST_VERSION;

return "http://download.cksource.com/CKFinder/CKFinder%20for%20PHP/$packageVersion/ckfinder_php_$packageVersion.zip";
return "https://download.cksource.com/CKFinder/CKFinder%20for%20PHP/$packageVersion/ckfinder_php_$packageVersion.zip";
}

/**
Expand Down

0 comments on commit 342686e

Please sign in to comment.